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: |
| object | An expression evaluating to an object of type McKernel. | | value | A 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.
|