CubePerspectiveTryGetMeasure Method

Tries to get 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 (26.2.0.1000)
Syntax
public 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 .

Implements

IAnalysisStructureTryGetMeasure(String, IMeasure)
See Also