Class ParameterType
Inherited Members
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 |