Search Results for

    Show / Hide Table of Contents

    Class ControlInputBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    EntityPropTableBuilder
    ControlInputBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    EntityPropTableBuilder.GetEntitySubtypeName()
    EntityPropTableBuilder.SetEntitySubtypeName(string)
    EntityPropTableBuilder.GetPropertyOverrideState(string)
    EntityPropTableBuilder.SetPropertyOverrideState(string, ParamOverrideState)
    EntityPropTableBuilder.SetPropertyWithoutValue(string)
    EntityPropTableBuilder.GetBooleanPropertyValue(string)
    EntityPropTableBuilder.SetBooleanPropertyValue(string, bool)
    EntityPropTableBuilder.GetIntegerPropertyValue(string)
    EntityPropTableBuilder.SetIntegerPropertyValue(string, int)
    EntityPropTableBuilder.GetStringPropertyValue(string)
    EntityPropTableBuilder.SetStringPropertyValue(string, string)
    EntityPropTableBuilder.GetMultiTextPropertyValue(string)
    EntityPropTableBuilder.SetMultiTextPropertyValue(string, string)
    EntityPropTableBuilder.GetRGBColorPropertyValue(string, out double[])
    EntityPropTableBuilder.SetRGBColorPropertyValue(string, double[])
    EntityPropTableBuilder.GetRGBColorPropertyValue255(string, out int[])
    EntityPropTableBuilder.SetRGBColorPropertyValue255(string, int[])
    EntityPropTableBuilder.GetScalarExpressionPropertyValue(string, out double, out Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, double, Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, string, Unit)
    EntityPropTableBuilder.GetReferencePropertyValue(string)
    EntityPropTableBuilder.SetReferencePropertyValue(string, NXObject)
    EntityPropTableBuilder.GetMultipleReferencePropertyValue(string)
    EntityPropTableBuilder.SetMultipleReferencePropertyValue(string, NXObject[])
    EntityPropTableBuilder.GetPointPropertyValue(string)
    EntityPropTableBuilder.SetPointPropertyValue(string, Point)
    EntityPropTableBuilder.GetDirectionPropertyValue(string)
    EntityPropTableBuilder.SetDirectionPropertyValue(string, Direction)
    EntityPropTableBuilder.GetCsysPropertyValue(string)
    EntityPropTableBuilder.SetCsysPropertyValue(string, CoordinateSystem)
    EntityPropTableBuilder.GetFileReferenceValue(string)
    EntityPropTableBuilder.SetFileReferenceValue(string, string)
    EntityPropTableBuilder.GetMaterialPropertyValue(string, out bool)
    EntityPropTableBuilder.SetMaterialPropertyValue(string, bool, PhysicalMaterial)
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyValue(string, out string[])
    EntityPropTableBuilder.SetMultiColumnSelectionListPropertyValue(string, string[])
    EntityPropTableBuilder.GetBooleanPropertyNames(out string[])
    EntityPropTableBuilder.GetIntegerPropertyNames(out string[])
    EntityPropTableBuilder.GetScalarExpressionPropertyNames(out string[])
    EntityPropTableBuilder.GetStringPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiTextPropertyNames(out string[])
    EntityPropTableBuilder.GetRGBColorPropertyNames(out string[])
    EntityPropTableBuilder.GetReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMultipleReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetFileReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMaterialPropertyNames(out string[])
    EntityPropTableBuilder.GetPointPropertyNames(out string[])
    EntityPropTableBuilder.GetDirectionPropertyNames(out string[])
    EntityPropTableBuilder.GetCsysPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyNames(out string[])
    EntityPropTableBuilder.EntityName
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class ControlInputBuilder : EntityPropTableBuilder, IMessageSink, IComponentBuilder

    Constructors

    ControlInputBuilder()

    Declaration
    protected ControlInputBuilder()

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    PortsList

    Declaration
    public ControlInputPortBuilderList PortsList { get; }
    Property Value
    Type Description
    ControlInputPortBuilderList

    SinglePort

    Declaration
    public ControlInputPortBuilder SinglePort { get; }
    Property Value
    Type Description
    ControlInputPortBuilder

    Methods

    CreateControlInputPortBuilder()

    Declaration
    public ControlInputPortBuilder CreateControlInputPortBuilder()
    Returns
    Type Description
    ControlInputPortBuilder

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX