Class SignalConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
SignalConnectionBuilder
Inherited Members
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
[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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink