Class GenericSignal
Inheritance
System.Object
System.MarshalByRefObject
GenericSignal
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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)
Assembly: NXOpen.dll
Syntax
public class GenericSignal : TransientObject, IMessageSink, IDisposable
Constructors
GenericSignal(IntPtr)
Declaration
protected GenericSignal(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
AdapterName
Declaration
public string AdapterName { get; set; }
Property Value
Type |
Description |
System.String |
|
Address
Declaration
public string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
ArrayExpression
Declaration
public Expression ArrayExpression { get; set; }
Property Value
Declaration
public AdapterFormula AssignedFormula { get; set; }
Property Value
BoolExpression
Declaration
public Expression BoolExpression { get; set; }
Property Value
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
ConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataType
Declaration
public GenericSignal.DataTypes DataType { get; set; }
Property Value
DoubleExpression
Declaration
public Expression DoubleExpression { get; set; }
Property Value
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
EditedSignal
Declaration
public AdapterSignal EditedSignal { get; set; }
Property Value
ExternalDataType
Declaration
public GenericSignal.ExternalDataTypes ExternalDataType { get; set; }
Property Value
FormulaText
Declaration
public string FormulaText { get; set; }
Property Value
Type |
Description |
System.String |
|
IntegerExpression
Declaration
public Expression IntegerExpression { get; set; }
Property Value
IntegerValue
Declaration
public int IntegerValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IOType
Declaration
public GenericSignal.IOTypes IOType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PhysicsObject
Declaration
public NXObject PhysicsObject { get; set; }
Property Value
PropertyIndex
Declaration
public int PropertyIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SignalId
Declaration
public int SignalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SlotType
Declaration
public GenericSignal.SlotTypes SlotType { get; set; }
Property Value
StringExpression
Declaration
public Expression StringExpression { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Unit
Declaration
public Unit Unit { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetBoolArrayValue(out Boolean[])
Declaration
public void GetBoolArrayValue(out bool[] boolArrayValue)
Parameters
Type |
Name |
Description |
System.Boolean[] |
boolArrayValue |
|
GetDoubleArrayValue(out Double[])
Declaration
public void GetDoubleArrayValue(out double[] doubleArrayValue)
Parameters
Type |
Name |
Description |
System.Double[] |
doubleArrayValue |
|
GetIntArrayValue(out Int32[])
Declaration
public void GetIntArrayValue(out int[] intArrayValue)
Parameters
Type |
Name |
Description |
System.Int32[] |
intArrayValue |
|
GetStringArrayValue(out String[])
Declaration
public void GetStringArrayValue(out string[] strArrayValue)
Parameters
Type |
Name |
Description |
System.String[] |
strArrayValue |
|
SetBoolArrayValue(Boolean[])
Declaration
public void SetBoolArrayValue(bool[] boolArrayValue)
Parameters
Type |
Name |
Description |
System.Boolean[] |
boolArrayValue |
|
SetDoubleArrayValue(Double[])
Declaration
public void SetDoubleArrayValue(double[] doubleArrayValue)
Parameters
Type |
Name |
Description |
System.Double[] |
doubleArrayValue |
|
SetIntArrayValue(Int32[])
Declaration
public void SetIntArrayValue(int[] intArrayValue)
Parameters
Type |
Name |
Description |
System.Int32[] |
intArrayValue |
|
SetStringArrayValue(String[])
Declaration
public void SetStringArrayValue(string[] strArrayValue)
Parameters
Type |
Name |
Description |
System.String[] |
strArrayValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable