CategorySets Collection
The CategorySets collection contains all the CategorySet
objects used by a CalculationDefinition object to calculate values.
Discussion
Use this collection to add, select or remove a CategorySet object. Each CategorySet object, in turn, contains a Categories collection.
To return this collection, use the CategorySets property.
These tables list related methods and properties.
Method |
Description |
---|---|
Adds a CategorySet object to the collection. |
|
Selects a specific CategorySet object in the collection. |
|
Removes a specific CategorySet object from the collection. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
Returns the number of CategorySet objects in the collection. |
|
Returns the parent object. |
Examples
catSet = calcDef.CategorySets.Add()