IMsDimIteratorLinks.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key. Key of removed linked dimension.

Description

The RemoveByKey method removes linked dimension with the specified key.

Comments

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsDimIteratorLinks