AggregationInstanceMeasureCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Gets the index of an AggregationInstanceMeasure.
Overload List
Name | Description | |
---|---|---|
IndexOf(String) | Gets the index of a specified AggregationInstanceMeasure, identified by measureId, in the collection. | |
IndexOf(AggregationInstanceMeasure) | Gets the index of a specified AggregationInstanceMeasure in the collection | |
IndexOf(IModelComponent) | (Inherited from ModelComponentCollection.) |
Top