This method will fetch all objects associated with the current object through a given association. The only parameter is the association type code and it returns a MetaModelObjects collection object.
Syntax
object.FetchCardManyAsc nAscTypeCode
Parameters
object
An expression that evaluates to a MetaModelObject.
nAscTypeCode
A long value indicating the type of association to follow.
Remarks
EAPI_SUCCESSFUL_RC - indicates a successful execution
EAPI_ATC_INVALID_RC - indicates that the object type code passed in is invalid
EAPI_ASSOC_NOT_FOUND_RC - indicates that the association is not valid for the current object
EAPI_OBJECT_NOT_FOUND_RC - indicates that the current object is invalid
EAPI_DEST_OBJ_NOT_FOUND_RC - indicates that the association does not exist
|
Copyright © 2014 CA.
All rights reserved.
|
|