IEaxAnalyzerCore.IsDimPinned

Fore Syntax

IsDimPinned(Source: Integer; DimKey: Integer;): Boolean;

Fore.NET Syntax

IsDimPinned(Source: Integer; DimKey: Integer;): Boolean;

Parameters

Source. The parameter that determines source key.

DimKey. The parameter that determines dimension key in the data source.

Description

The IsDimPinned property determines whether the dimension is moved between private and fixed private dimensions.

Comments

The property is outdated, use IEaxDataSources.IsDimPinned.

See also:

IEaxAnalyzeCore