OlapCubeTryGetMeasure Method  | 
 
            Tries to get the requested 
IMeasure by its unique name.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool TryGetMeasure(
	string uniqueName,
	out IMeasure measure
)
Public Function TryGetMeasure ( 
	uniqueName As String,
	<OutAttribute> ByRef measure As IMeasure
) As Boolean
public:
virtual bool TryGetMeasure(
	String^ uniqueName, 
	[OutAttribute] IMeasure^% measure
) sealed
abstract TryGetMeasure : 
        uniqueName : string * 
        measure : IMeasure byref -> bool 
override TryGetMeasure : 
        uniqueName : string * 
        measure : IMeasure byref -> bool Parameters
- uniqueName
 - Type: SystemString
The unique name of the measure. - measure
 - Type: Dundas.BI.Data.MetadataIMeasure
The measure. 
Return Value
Type: 
Boolean if the measure was found; otherwise 
.
Implements
IAnalysisStructureTryGetMeasure(String, IMeasure)
See Also