Search Results for

    Show / Hide Table of Contents

    Class ExternalConnectionElementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ExternalConnectionElementBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class ExternalConnectionElementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ExternalConnectionElementBuilder()

    Declaration
    protected ExternalConnectionElementBuilder()

    Properties

    ConditionOption

    Declaration
    public ExternalConnectionElementBuilder.ConditionType ConditionOption { get; set; }
    Property Value
    Type Description
    ExternalConnectionElementBuilder.ConditionType

    ConditionValue

    Declaration
    public double ConditionValue { get; set; }
    Property Value
    Type Description
    System.Double

    Inverse

    Declaration
    public bool Inverse { get; set; }
    Property Value
    Type Description
    System.Boolean

    Multiplier

    Declaration
    public double Multiplier { get; set; }
    Property Value
    Type Description
    System.Double

    OffsetValue

    Declaration
    public double OffsetValue { get; set; }
    Property Value
    Type Description
    System.Double

    PropertyDataType

    Declaration
    public ExternalConnectionElementBuilder.DataType PropertyDataType { get; set; }
    Property Value
    Type Description
    ExternalConnectionElementBuilder.DataType

    PropertyId

    Declaration
    public int PropertyId { get; set; }
    Property Value
    Type Description
    System.Int32

    SignalDataType

    Declaration
    public ExternalConnectionElementBuilder.DataType SignalDataType { get; set; }
    Property Value
    Type Description
    ExternalConnectionElementBuilder.DataType

    SignalName

    Declaration
    public string SignalName { get; set; }
    Property Value
    Type Description
    System.String

    StreamOption

    Declaration
    public ExternalConnectionElementBuilder.StreamType StreamOption { get; set; }
    Property Value
    Type Description
    ExternalConnectionElementBuilder.StreamType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX