Class ExternalConnectionElementBuilder
Inheritance
ExternalConnectionElementBuilder
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.OPCClientBuilder instead.")]
public class ExternalConnectionElementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ExternalConnectionElementBuilder()
Declaration
protected ExternalConnectionElementBuilder()
Properties
ConditionOption
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionElementBuilder.ConditionType ConditionOption { get; set; }
Property Value
ConditionValue
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public double ConditionValue { get; set; }
Property Value
Inverse
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public bool Inverse { get; set; }
Property Value
Multiplier
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public double Multiplier { get; set; }
Property Value
OffsetValue
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public double OffsetValue { get; set; }
Property Value
PropertyDataType
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionElementBuilder.DataType PropertyDataType { get; set; }
Property Value
PropertyId
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method type has no replacement. It is no longer supported.")]
public int PropertyId { get; set; }
Property Value
SignalDataType
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionElementBuilder.DataType SignalDataType { get; set; }
Property Value
SignalName
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public string SignalName { get; set; }
Property Value
StreamOption
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionElementBuilder.StreamType StreamOption { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink