Search Results for

    Show / Hide Table of Contents

    Class GenericSignal

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    GenericSignal
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 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
    Type Description
    Expression

    AssignedFormula

    Declaration
    public AdapterFormula AssignedFormula { get; set; }
    Property Value
    Type Description
    AdapterFormula

    BoolExpression

    Declaration
    public Expression BoolExpression { get; set; }
    Property Value
    Type Description
    Expression

    BoolValue

    Declaration
    public bool BoolValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    Comment

    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
    Type Description
    GenericSignal.DataTypes

    DoubleExpression

    Declaration
    public Expression DoubleExpression { get; set; }
    Property Value
    Type Description
    Expression

    DoubleValue

    Declaration
    public double DoubleValue { get; set; }
    Property Value
    Type Description
    System.Double

    EditedSignal

    Declaration
    public AdapterSignal EditedSignal { get; set; }
    Property Value
    Type Description
    AdapterSignal

    ExternalDataType

    Declaration
    public GenericSignal.ExternalDataTypes ExternalDataType { get; set; }
    Property Value
    Type Description
    GenericSignal.ExternalDataTypes

    FormulaText

    Declaration
    public string FormulaText { get; set; }
    Property Value
    Type Description
    System.String

    IntegerExpression

    Declaration
    public Expression IntegerExpression { get; set; }
    Property Value
    Type Description
    Expression

    IntegerValue

    Declaration
    public int IntegerValue { get; set; }
    Property Value
    Type Description
    System.Int32

    IOType

    Declaration
    public GenericSignal.IOTypes IOType { get; set; }
    Property Value
    Type Description
    GenericSignal.IOTypes

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PhysicsObject

    Declaration
    public NXObject PhysicsObject { get; set; }
    Property Value
    Type Description
    NXObject

    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
    Type Description
    GenericSignal.SlotTypes

    StringExpression

    Declaration
    public Expression StringExpression { get; set; }
    Property Value
    Type Description
    Expression

    StringValue

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    System.String

    Unit

    Declaration
    public Unit Unit { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    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
    In This Article
    Back to top Generated by DocFX