PerspectiveCalculationCollection.Add Method
Include Protected Members
Include Inherited Members
Creates and adds a PerspectiveCalculation to the collection.
Overload List
Name | Description | |
---|---|---|
Add(String) | Creates and adds a PerspectiveCalculation that has the specified name to the end of the collection. | |
Add(ModelComponent) | Infrastructure. (Inherited from ModelComponentCollection.) | |
Add(PerspectiveCalculation) | Adds a PerspectiveCalculation to the end of the collection. | |
Add(String, IModelComponent) | (Inherited from ModelComponentCollection.) | |
Add(String, PerspectiveCalculationType) | Creates and adds a PerspectiveCalculation, with the specified identifier and PerspectiveCalculationType value, to the end of the collection. | |
Add(ModelComponent, Boolean) | Infrastructure. (Inherited from ModelComponentCollection.) | |
Add(String, IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) |
Top