CalculationPropertyCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a CalculationProperty from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the CalculationProperty, with the specified identifier, from the collection. | |
Remove(CalculationProperty) | Removes the specified CalculationProperty from the collection. | |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
Remove(String, Boolean) | Infrastructure. | |
Remove(CalculationProperty, Boolean) | Infrastructure. |
Top