Previous Topic: MethodsNext Topic: Model Object


Item

This method returns the MetaModelObject associated with the given index. Note that the index is one-based.

Syntax

object.Item index

Parameters

object

An expression that evaluates to a MetaModelObjects collection object.

index

 A long value indicating which MetaModelObject to return.

Remarks

If the index is out of range, the LastReturnCode of the MetaModelObject will be set to EAPI_OBJECT_NOT_FOUND_RC. Otherwise, it will be set to EAPI_SUCCESSFUL_RC.