IEaxAnalyzerCore.CanFixDim

Fore Syntax

CanFixDim(DimKey: Integer; Fix: Boolean): Boolean;

Fore.NET Syntax

CanFixDim(DimKey: UInteger; Fix: Boolean): Boolean;

Parameters

DimKey. Dimension key.

Fix. Indicates whether the dimension is fixed.

Description

The CanFixDim method returns whether the dimension can be fixed (divided into private ones) or exported to shared ones.

Comments

The method is outdated, use IEaxDataSources.CanFixDim.

See also:

IEaxAnalyzeCore