Search Results for

    Show / Hide Table of Contents

    Class ExternalConnectionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ExternalConnectionBuilder
    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 ExternalConnectionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ExternalConnectionBuilder()

    Declaration
    protected ExternalConnectionBuilder()

    Properties

    ConnectionList

    Declaration
    public ExternalConnectionElementBuilderList ConnectionList { get; }
    Property Value
    Type Description
    ExternalConnectionElementBuilderList

    Name

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

    SelectPhysics

    Declaration
    public SelectNXObject SelectPhysics { get; }
    Property Value
    Type Description
    SelectNXObject

    Methods

    AddElement(Int32, Int32, String, Int32, Int32, Int32, Double, Double, Double, Int32)

    Declaration
    [Obsolete("Deprecated in NX8.0.1.  Please use NXOpen.Mechatronics.ExternalConnectionElementBuilder instead.")]
    public void AddElement(int propTag, int signalType, string signalName, int propertyType, int streamIO, int conditionType, double conditionValue, double multiplier, double offsetValue, int boolOperator)
    Parameters
    Type Name Description
    System.Int32 propTag
    System.Int32 signalType
    System.String signalName
    System.Int32 propertyType
    System.Int32 streamIO
    System.Int32 conditionType
    System.Double conditionValue
    System.Double multiplier
    System.Double offsetValue
    System.Int32 boolOperator

    RemoveAllElements()

    Declaration
    [Obsolete("Deprecated in NX8.0.1.  Please use NXOpen.Mechatronics.ExternalConnectionElementBuilder instead.")]
    public void RemoveAllElements()

    Implements

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