Search Results for

    Show / Hide Table of Contents

    Struct ExpressionBlockBuilder._Slot

    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 _Slot

    Fields

    boolValue

    Declaration
    public bool boolValue
    Field Value
    Type Description
    System.Boolean

    comment

    Declaration
    public IntPtr comment
    Field Value
    Type Description
    System.IntPtr

    doubleValue

    Declaration
    public double doubleValue
    Field Value
    Type Description
    System.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 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

    nPhysicsPropTag

    Declaration
    public int nPhysicsPropTag
    Field Value
    Type Description
    System.Int32

    tgPhysicsObject

    Declaration
    public Tag tgPhysicsObject
    Field Value
    Type Description
    Tag

    unit

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