Description

Read-write property exposing the index of the current definition.

Property type

A Long value.  

Syntax

object.Index [= value]

The Index Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McKernel.
valueA Long value.

Remarks

A kernel may contain an unlimited number of definitions. The Index is used to specify which one of the definitions should be exposed by the kernel's properties.

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.