Class ExternalConnectionElementBuilder
Inheritance
System.Object
System.MarshalByRefObject
ExternalConnectionElementBuilder
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
public class ExternalConnectionElementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ExternalConnectionElementBuilder()
Declaration
protected ExternalConnectionElementBuilder()
Properties
ConditionOption
Declaration
public ExternalConnectionElementBuilder.ConditionType ConditionOption { get; set; }
Property Value
Type | Description |
---|---|
ExternalConnectionElementBuilder.ConditionType |
ConditionValue
Declaration
public double ConditionValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Inverse
Declaration
public bool Inverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Multiplier
Declaration
public double Multiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetValue
Declaration
public double OffsetValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PropertyDataType
Declaration
public ExternalConnectionElementBuilder.DataType PropertyDataType { get; set; }
Property Value
Type | Description |
---|---|
ExternalConnectionElementBuilder.DataType |
PropertyId
Declaration
public int PropertyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SignalDataType
Declaration
public ExternalConnectionElementBuilder.DataType SignalDataType { get; set; }
Property Value
Type | Description |
---|---|
ExternalConnectionElementBuilder.DataType |
SignalName
Declaration
public string SignalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StreamOption
Declaration
public ExternalConnectionElementBuilder.StreamType StreamOption { get; set; }
Property Value
Type | Description |
---|---|
ExternalConnectionElementBuilder.StreamType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink