Class ParameterType
Inheritance
System.Object
ParameterType
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 ParameterType
Constructors
ParameterType()
Declaration
public ParameterType()
Fields
PARAM_BOOL
Declaration
public const int PARAM_BOOL = 0
Field Value
Type | Description |
---|---|
System.Int32 |
PARAM_FLOAT
Declaration
public const int PARAM_FLOAT = 2
Field Value
Type | Description |
---|---|
System.Int32 |
PARAM_INT
Declaration
public const int PARAM_INT = 1
Field Value
Type | Description |
---|---|
System.Int32 |
PARAM_LIST
Declaration
public const int PARAM_LIST = 4
Field Value
Type | Description |
---|---|
System.Int32 |
PARAM_STRING
Declaration
public const int PARAM_STRING = 3
Field Value
Type | Description |
---|---|
System.Int32 |