Search Results for

    Show / Hide Table of Contents

    Struct JAM.VariantValue

    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.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    struct VariantValue

    Fields

    d

    Declaration
    double d
    Field Value
    Type Description
    System.Double

    i

    Declaration
    int i
    Field Value
    Type Description
    System.Int32

    l

    Declaration
    byte l
    Field Value
    Type Description
    System.Byte

    ptr

    Declaration
    IntPtr ptr
    Field Value
    Type Description
    System.IntPtr
    In This Article
    Back to top Generated by DocFX