Search Results for

    Show / Hide Table of Contents

    Class BaseTypeDefs

    Inheritance
    System.Object
    BaseTypeDefs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class BaseTypeDefs

    Constructors

    BaseTypeDefs()

    Declaration
    public BaseTypeDefs()

    Fields

    RTPROP_BOOL

    Declaration
    public const int RTPROP_BOOL = 3
    Field Value
    Type Description
    System.Int32

    RTPROP_FLOAT

    Declaration
    public const int RTPROP_FLOAT = 2
    Field Value
    Type Description
    System.Int32

    RTPROP_INT

    Declaration
    public const int RTPROP_INT = 1
    Field Value
    Type Description
    System.Int32

    RTPROP_NONE

    Declaration
    public const int RTPROP_NONE = 0
    Field Value
    Type Description
    System.Int32

    RTPROP_OBJECT

    Declaration
    public const int RTPROP_OBJECT = 4
    Field Value
    Type Description
    System.Int32

    RTPROP_STRING

    Declaration
    public const int RTPROP_STRING = 5
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX