MeasureGroupDimensionCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a MeasureGroupDimension from the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Remove(String) | Removes the MeasureGroupDimension that has the specified identifier from the collection. |
![]() |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
![]() |
Remove(MeasureGroupDimension) | Removes the specified MeasureGroupDimension from the collection. |
![]() |
Remove(String, Boolean) | Infrastructure. |
![]() |
Remove(MeasureGroupDimension, Boolean) | Infrastructure. |
Top