ILanerBoxAttributeEventArgs.Index

Syntax

Index: Integer;

Description

The Index property returns index of the attribute with which the event occurred.

Comments

If Index returns -1, no event occurred with the attribute.

Attribute indexing is continuous and starts with zero.

Example

The property use is given in the example for LanerBox.OnAddAttribute.

See also:

ILanerBoxAttributeEventArgs