IEaxDrillSettingsValues.GetAt

Syntax

GetAt(Key: Integer): Variant;

Parameters

Key. Key of detailing substitution value in the collection.

Description

The GetAt method returns the value of detailing substitution in the collection by the specified key.

Comments

The method returns Null if detailing substitution value by the specified key was not found.

Example

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

See also:

IEaxDrillSettingsValues