CubePerspectiveGetMeasure Method  | 
 
            Gets the requested 
IMeasure by its unique name.
            
 
    Namespace: 
   Dundas.BI.Entities.CubePerspectives
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IMeasure GetMeasure(
	string uniqueName
)
Public Function GetMeasure ( 
	uniqueName As String
) As IMeasure
public:
virtual IMeasure^ GetMeasure(
	String^ uniqueName
) sealed
abstract GetMeasure : 
        uniqueName : string -> IMeasure 
override GetMeasure : 
        uniqueName : string -> IMeasure Parameters
- uniqueName
 - Type: SystemString
The unique name of the measure. 
Return Value
Type: 
IMeasureThe measure.
Implements
IAnalysisStructureGetMeasure(String)
Exceptions| Exception | Condition | 
|---|
| ArgumentException | uniqueName is  or Empty or a measure with the specified uniqueName cannot be found.
             | 
See Also