IMsDisplayAttributeSettingsList.RemoveByKey

Fore Syntax

RemoveByKey(DimKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(DimKey: uinterger): boolean;

Parameters

DimKey. Dimension key.

Description

The RemoveByKey method removes attribute settings for the dimension with the specified key.

Comments

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

See also:

IMsDisplayAttributeSettingsList