xpfGetSubtypes

FUNCTION xpfGetSubtypes (entityId : GENERIC;
                         options   : INTEGER)
                         subtypes  : SET OF GENERIC;
                

The xpfGetSubtypes function returns the subtypes of the entity specified in the entityId argument . The subtypes are returned as a set of instanceID. Each instanceID specifies an entity_definition instance. The dictionary model that holds the specified entity must be open before this operation can be successfully performed

Arguments


TypeNameComment
GENERICentityIdcomments
optionsINTEGER 

Return Value


 

TypeNameComment
SET OF GENERICsubtypescomments

Options


OptionComment
xpxDIRECT_SUBTYPESOnly the direct subtypes of the specified entity will be returned.
xpxALL_SUBTYPESAll subtypes of the specified entity will be returned.

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â