IEaxAnalyzer.CanPinDim

Fore Syntax

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

Fore.NET Syntax

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

Parameters

Source. This parameter determines source key.

DimKey. This parameter determines key of the source dimension.

Pin. This parameter determines if 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

If the Pin parameter contains True, the method indicates that the dimension can be moved from private to fixed private dimensions.

If the Pin parameter contains False, the method indicates that the dimension can be moved from fixed private dimensions to private ones.

If the method returns True, the transfer is possible.

Examples

Examples of use are given in the IEaxAnalyzer.IsDimPinned property.

See also:

IEaxAnalyzer