Search Results for

    Show / Hide Table of Contents

    Class ParameterType

    Inheritance
    object
    ParameterType
    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 ParameterType

    Constructors

    ParameterType()

    Declaration
    public ParameterType()

    Fields

    PARAM_BOOL

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

    PARAM_FLOAT

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

    PARAM_INT

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

    PARAM_LIST

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

    PARAM_STRING

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