GeoCalcCOM.IParameterCollection2
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 ParameterType enumeration.
|
Property |
Description |
|
Provides access to the AngularValue items in this collection | |
|
Indicates the number of parameters in this collection | |
|
Provides access to the floating point items in this collection | |
|
Provides access to the integer items in this collection | |
|
Provides access to the LinearValue items in this collection | |
|
Provides access to the string items in this collection |
|
Method |
Description |
|
Adds a required parameter to this collection, the value of which is represented by an AngularValue | |
|
Adds a required parameter to this collection, the value of which is represented by a floating point number | |
|
Adds a required parameter to this collection, the value of which is represented by an Integer | |
|
Adds a required parameter to this collection, the value of which is represented by a LinearValue | |
|
Adds an optional parameter to this collection, the value of which is represented by an AngularValue | |
|
Adds an optional parameter to this collection, the value of which is represented by a floating point number | |
|
Adds an optional parameter to this collection, the value of which is represented by an Integer | |
|
Adds an optional parameter to this collection, the value of which is represented by a LinearValue | |
|
Adds an optional parameter to this collection, the value of which is represented by a string | |
|
Adds a required parameter to this collection, the value of which is represented by a string | |
|
Removes all parameters from this collection | |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a ParameterCollection | |
|
Indicates if the specified parameter exists in this collection | |
|
Retrieves the type of the parameter with the specified name | |
|
Indicates the name of the parameter located at the specified index in this collection | |
|
Removes the specified parameter from the collection | |
|
Compares the value of two ParameterCollection instances |