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 (26.2.0.1000)
Syntax
bool TryGetMeasure(
	string uniqueName,
	out IMeasure measure
)

Parameters

uniqueName  String
The unique name of the measure.
measure  IMeasure
The measure.

Return Value

Boolean
if the measure was found; otherwise .
See Also