Search Results for

    Show / Hide Table of Contents

    Class BaseTypeDefs

    Inheritance
    object
    BaseTypeDefs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    int

    RTPROP_BOOL_ARRAY

    Declaration
    public const int RTPROP_BOOL_ARRAY = 6
    Field Value
    Type Description
    int

    RTPROP_FLOAT

    Declaration
    public const int RTPROP_FLOAT = 2
    Field Value
    Type Description
    int

    RTPROP_FLOAT_ARRAY

    Declaration
    public const int RTPROP_FLOAT_ARRAY = 8
    Field Value
    Type Description
    int

    RTPROP_INT

    Declaration
    public const int RTPROP_INT = 1
    Field Value
    Type Description
    int

    RTPROP_INT_ARRAY

    Declaration
    public const int RTPROP_INT_ARRAY = 7
    Field Value
    Type Description
    int

    RTPROP_NONE

    Declaration
    public const int RTPROP_NONE = 0
    Field Value
    Type Description
    int

    RTPROP_OBJECT

    Declaration
    public const int RTPROP_OBJECT = 4
    Field Value
    Type Description
    int

    RTPROP_OBJECT_ARRAY

    Declaration
    public const int RTPROP_OBJECT_ARRAY = 10
    Field Value
    Type Description
    int

    RTPROP_STRING

    Declaration
    public const int RTPROP_STRING = 5
    Field Value
    Type Description
    int

    RTPROP_STRING_ARRAY

    Declaration
    public const int RTPROP_STRING_ARRAY = 9
    Field Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX