Open this page in the API Guide

OlapKpi.Clone Method

Clones this instance.

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 OlapKpi Clone(
	IOlapCube parentCube
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The parent cube.

Return Value

Type: OlapKpi
A new instance of OlapKpi class.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentCube is null.
See Also