Class Parameter
Inheritance
System.Object
Parameter
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)
Assembly: NXOpen.Utilities.dll
Syntax
Constructors
Parameter()
Declaration
Parameter(Boolean)
Declaration
public Parameter(bool bValue)
Parameters
Type |
Name |
Description |
System.Boolean |
bValue |
|
Parameter(Double)
Declaration
public Parameter(double fValue)
Parameters
Type |
Name |
Description |
System.Double |
fValue |
|
Parameter(Int32)
Declaration
public Parameter(int nValue)
Parameters
Type |
Name |
Description |
System.Int32 |
nValue |
|
Parameter(String)
Declaration
public Parameter(string strValue)
Parameters
Type |
Name |
Description |
System.String |
strValue |
|
Fields
BoolValue
Declaration
Field Value
Type |
Description |
System.Boolean |
|
FloatValue
Declaration
Field Value
Type |
Description |
System.Double |
|
IntValue
Declaration
Field Value
Type |
Description |
System.Int32 |
|
StringValue
Declaration
public string StringValue
Field Value
Type |
Description |
System.String |
|
Type
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
SetValue(Boolean)
Declaration
public void SetValue(bool bValue)
Parameters
Type |
Name |
Description |
System.Boolean |
bValue |
|
SetValue(Double)
Declaration
public void SetValue(double fValue)
Parameters
Type |
Name |
Description |
System.Double |
fValue |
|
SetValue(Int32)
Declaration
public void SetValue(int nValue)
Parameters
Type |
Name |
Description |
System.Int32 |
nValue |
|
SetValue(String)
Declaration
public void SetValue(string strValue)
Parameters
Type |
Name |
Description |
System.String |
strValue |
|