Class MCDSignal
Assembly: NXOpen.Utilities.dll
Syntax
public class MCDSignal : RuntimeObject
Constructors
MCDSignal(nint)
Declaration
protected MCDSignal(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Overrides
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
BoolValues
Declaration
public bool[] BoolValues { get; set; }
Property Value
FloatValue
Declaration
public double FloatValue { get; set; }
Property Value
FloatValues
Declaration
public double[] FloatValues { get; set; }
Property Value
IntValue
Declaration
public int IntValue { get; set; }
Property Value
IntValues
Declaration
public int[] IntValues { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
StringValues
Declaration
public string[] StringValues { get; set; }
Property Value
Type
Declaration
Property Value