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