GetMeasureWithLabel Method
Overloads
| GetMeasureWithLabel(String) | 
             Returns the handle of a measure with a label. If multiple measures has the same label the first is returned.  | 
        
      
    
GetMeasureWithLabel(String)
Returns the handle of a measure with a label.
If multiple measures has the same label the first is returned.
Declaration
      public GenericMeasure GetMeasureWithLabel([QixName("qLabel")] string label)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | label | 
           is the label of the measure to be returned.  | 
      
Returns
| Type | Description | 
|---|---|
| GenericMeasure |