The ParameterCollection class organizes a collection of parameters for use with various objects in GeoCalc. A parameter consists of a name and a value. The ParameterCollection class provides methods and properties that allow one to create, delete, change, and retrieve the parameters in the collection. The types of values supported by the ParameterCollection class are outlined in the ItemType enumeration.
Enum |
Description |
Contains elements that correspond to the types of parameters |
Constructor |
Description |
Creates a new instance of the ParameterCollection class |
|
Creates a new instance of the ParameterCollection class |
Method |
Description |
Adds an AngularValue parameter |
|
Adds a float parameter |
|
Adds an integer parameter |
|
Adds a LinearValue parameter |
|
Adds a ScalarValue parameter |
|
Adds a string parameter |
|
Removes all parameters from this ParameterCollection |
|
Produces a deep-copy of a ParameterCollection |
|
Indicates whether there exists a parameter with the specified name |
|
Returns the value of an AngularValue parameter |
|
Returns the number of parameters in this ParameterCollection |
|
Returns the value of a float parameter |
|
Returns the value of an integer parameter |
|
Returns the value of a LinearValue parameter |
|
Indicates the type of the specified parameter, according to the ItemType enumeration |
|
Returns the value of a ScalarValue parameter |
|
Returns the value of a string parameter |
|
Indicates the name of the parameter at the specified index |
|
Removes the specified parameter from this ParameterCollection |
|
Sets the value of an AngularValue parameter |
|
Sets the value of a float parameter |
|
Sets the value of an integer parameter |
|
Sets the value of a LinearValue parameter |
|
Sets the value of a ScalarValue parameter |
|
Sets the value of a string parameter |
|
Compares the value of two ParameterCollections |
Operator |
Description |
Assigns a new value to this ParameterCollection |
|
Compares the value of two ParameterCollections |
|
Compares the value of two ParameterCollections |