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
Type | Name | Comment |
GENERIC | entityId | comments |
options | INTEGER | Â |
Return Value
Â
Type | Name | Comment |
SET OF GENERIC | subtypes | comments |
Options
Option | Comment |
xpxDIRECT_SUBTYPES | Only the direct subtypes of the specified entity will be returned. |
xpxALL_SUBTYPES | All 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.
Â