Previous Topic: FetchSchemaPrpTypeByMnemNext Topic: Rollback


GetMetaModelObject

This method will fetch an object in the current model. The only parameter is the object id number. It returns a MetaModelObject.

Syntax

bject.GetMetaModelObject nObjId

Parameters

object

An expression that evaluates to an OpenApi object.

nObjId

A long value indicating the id of the object to fetch.

Remarks

EAPI_SUCCESSFUL_RC - indicates a successful execution

EAPI_OBJECT_NOT_FOUND_RC - no object exists with the given object id