IEaxDrillSettingsValues.RemoveAt

Syntax

RemoveAt(Key: Integer): Boolean;

Parameters

Key. Key of value of detailing substitution in the collection.

Description

The RemoveAt method removes the value of detailing substitution from the collection by the specified key.

Comments

To add a detailing substitution value to the collection, use the IEaxDrillSettingsValues.Add method.

Example

The method use is given in the example for IEaxDrillSettingsValues.Add.

See also:

IEaxDrillSettingsValues