Class SignalConnectionBuilder
Inheritance
SignalConnectionBuilder
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
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
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
OPCSignalName
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ExternalSignalName instead.")]
public string OPCSignalName { get; set; }
Property Value
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
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
SignalTag
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Signal instead.")]
public NXObject SignalTag { get; set; }
Property Value
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink