IEaxAnalyzerCore.CanPinDim

Fore Syntax

CanPinDim(Source: Integer; DimKey: Integer; Pin: Boolean;): Boolean;

Fore.NET Syntax

CanPinDim(Source: Integer; DimKey: Integer; Pin: Boolean;): Boolean;

Parameters

Source. The parameter that determines source key.

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

Pin. The parameter that determines whether the transfer is possible.

Description

TheCanPinDim method returns whether the dimension can be moved to the list of fixed private dimensions from the list of private dimensions and vice versa.

Comments

The method is outdated, use IEaxDataSources.CanPinDim.

See also:

IEaxAnalyzeCore