Search Results for

    Show / Hide Table of Contents

    Struct ExpressionBlockBuilder.Slot

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Mechatronics.GenericSignal instead.")]
    public struct ExpressionBlockBuilder.Slot

    Fields

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    bool

    Comment

    Declaration
    public string Comment
    Field Value
    Type Description
    string

    DoubleValue

    Declaration
    public double DoubleValue
    Field Value
    Type Description
    double

    EDataType

    Declaration
    public ExpressionBlockBuilder.DataType EDataType
    Field Value
    Type Description
    ExpressionBlockBuilder.DataType

    ESlotType

    Declaration
    public ExpressionBlockBuilder.SlotType ESlotType
    Field Value
    Type Description
    ExpressionBlockBuilder.SlotType

    Formula

    Declaration
    public string Formula
    Field Value
    Type Description
    string

    IntValue

    Declaration
    public int IntValue
    Field Value
    Type Description
    int

    NPhysicsPropTag

    Declaration
    public int NPhysicsPropTag
    Field Value
    Type Description
    int

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    TgPhysicsObject

    Declaration
    public NXObject TgPhysicsObject
    Field Value
    Type Description
    NXObject

    Unit

    Declaration
    public Unit Unit
    Field Value
    Type Description
    Unit

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX