Search Results for

    Show / Hide Table of Contents

    Struct SignalAdapterBuilder._SignalData

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    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
    struct _SignalData

    Fields

    assignedFormula

    Declaration
    public Tag assignedFormula
    Field Value
    Type Description
    Tag

    boolValue

    Declaration
    public bool boolValue
    Field Value
    Type Description
    System.Boolean

    comment

    Declaration
    public IntPtr comment
    Field Value
    Type Description
    System.IntPtr

    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 Tag editedSignal
    Field Value
    Type Description
    Tag

    formula

    Declaration
    public IntPtr formula
    Field Value
    Type Description
    System.IntPtr

    intValue

    Declaration
    public int intValue
    Field Value
    Type Description
    System.Int32

    name

    Declaration
    public IntPtr name
    Field Value
    Type Description
    System.IntPtr

    portType

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

    signalId

    Declaration
    public int signalId
    Field Value
    Type Description
    System.Int32

    unit

    Declaration
    public Tag unit
    Field Value
    Type Description
    Tag
    In This Article
    Back to top Generated by DocFX