IAnalysisStructureTryGetMeasure Method

Tries to get the requested IMeasure by its unique name.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
bool TryGetMeasure(
	string uniqueName,
	out IMeasure measure
)

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 .
See Also