Open this page in the API Guide

OlapCube.UpdateDefaultMeasure Method

Updates the default measure.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void UpdateDefaultMeasure(
	OlapMeasure measure
)

Parameters

measure
Type: Dundas.BI.Data.Metadata.Olap.OlapMeasure
The default measure.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when measure is null.
See Also