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