Search Results for

    Show / Hide Table of Contents

    Struct ExpressionBlockBuilder.SlotV3

    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 SlotV3

    Fields

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    System.Boolean

    Comment

    Declaration
    public string Comment
    Field Value
    Type Description
    System.String

    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 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

    NPhysicsPropTag

    Declaration
    public int NPhysicsPropTag
    Field Value
    Type Description
    System.Int32

    NSlotPersistentTag

    Declaration
    public int NSlotPersistentTag
    Field Value
    Type Description
    System.Int32

    StrValue

    Declaration
    public string StrValue
    Field Value
    Type Description
    System.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
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX