IAnalysisStructureGetMeasure Method

Gets 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
IMeasure GetMeasure(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the measure.

Return Value

Type: IMeasure
The measure.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is or Empty or a measure with the specified uniqueName cannot be found.
See Also