Search Results for

    Show / Hide Table of Contents

    Class SignalConnectionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SignalConnectionBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX1899.0.0.  Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder instead.")]
    public class SignalConnectionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SignalConnectionBuilder()

    Declaration
    protected SignalConnectionBuilder()

    Properties

    AdapterTag

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Adapter instead.")]
    public SignalAdapter AdapterTag { get; set; }
    Property Value
    Type Description
    SignalAdapter

    OPCServerName

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  This method has no replacement. It is no longer supported.")]
    public string OPCServerName { get; set; }
    Property Value
    Type Description
    string

    OPCSignalAccess

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  This method has no replacement. It is no longer supported.")]
    public OPCClientBuilder.TagAccess OPCSignalAccess { get; set; }
    Property Value
    Type Description
    OPCClientBuilder.TagAccess

    OPCSignalName

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ExternalSignalName instead.")]
    public string OPCSignalName { get; set; }
    Property Value
    Type Description
    string

    OPCSignalType

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  This method has no replacement. It is no longer supported.")]
    public SignalConnectionBuilder.DataType OPCSignalType { get; set; }
    Property Value
    Type Description
    SignalConnectionBuilder.DataType

    ResultName

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  This method has no replacement. It is no longer supported.")]
    public string ResultName { get; set; }
    Property Value
    Type Description
    string

    SignalTag

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Signal instead.")]
    public NXObject SignalTag { get; set; }
    Property Value
    Type Description
    NXObject

    StreamIO

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  This method has no replacement. It is no longer supported.")]
    public int StreamIO { get; set; }
    Property Value
    Type Description
    int

    Implements

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