The ParameterCollection class organizes a collection of parameters for use with various objects in GeoCalcNET. 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 that a ParameterCollection can contain |
|
Constructor |
Description |
|
Creates a new instance of the ParameterCollection class |
|
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 | |
|
Indicates the type of the specified parameter | |
|
Provides access to the string items in this collection |
|
Method |
Description |
|
Adds an AngularValue to this collection | |
|
Adds a floating point value to this collection | |
|
Adds an integer value to this collection | |
|
Adds a LinearValue to this collection | |
|
Adds an AngularValue to this collection as an optional parameter | |
|
Adds a floating point value to this collection as an optional parameter | |
|
Adds an integer value to this collection as an optional parameter | |
|
Adds a LinearValue to this collection as an optional parameter | |
|
Adds a string value to this collection as an optional parameter | |
|
Adds a string value to this collection | |
|
Removes all parameters from this collection | |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of a ParameterCollection | |
|
Releases the resources used by the current instance | |
|
Indicates if the specified parameter exists in this collection | |
|
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 |