AggregationInstanceMeasureCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes an AggregationInstanceMeasure from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the AggregationInstanceMeasure, identified by measureId, from the collection. | |
Remove(AggregationInstanceMeasure) | Removes the specified AggregationInstanceMeasure from the collection. | |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
Remove(String, Boolean) | Infrastructure. | |
Remove(AggregationInstanceMeasure, Boolean) | Infrastructure. |
Top