Search Results for

    Show / Hide Table of Contents

    Struct SignalAdapterBuilder.SignalDataV2

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX1980.0.0.  Use NXOpen.Mechatronics.GenericSignal instead.")]
    public struct SignalDataV2

    Fields

    AssignedFormula

    Declaration
    public AdapterFormula AssignedFormula
    Field Value
    Type Description
    AdapterFormula

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    System.Boolean

    Comment

    Declaration
    public string Comment
    Field Value
    Type Description
    System.String

    DataType

    Declaration
    public SignalAdapterBuilder.DataType DataType
    Field Value
    Type Description
    SignalAdapterBuilder.DataType

    DoubleValue

    Declaration
    public double DoubleValue
    Field Value
    Type Description
    System.Double

    EditedSignal

    Declaration
    public AdapterSignal EditedSignal
    Field Value
    Type Description
    AdapterSignal

    Formula

    Declaration
    public string Formula
    Field Value
    Type Description
    System.String

    IntValue

    Declaration
    public int IntValue
    Field Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    PortType

    Declaration
    public SignalAdapterBuilder.DataPortType PortType
    Field Value
    Type Description
    SignalAdapterBuilder.DataPortType

    SignalId

    Declaration
    public int SignalId
    Field Value
    Type Description
    System.Int32

    StringValue

    Declaration
    public string StringValue
    Field Value
    Type Description
    System.String

    Unit

    Declaration
    public Unit Unit
    Field Value
    Type Description
    Unit

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX