GetFamilyMembers

Description

Returns an EntityDefs object containing the Entity types that are members of the Family. Returns the names of the family members from the EntityDef objects in the collection.

If the current EntityDef is not a Family (when IsFamily() returns False), the returned EntityDefs collection is empty. The application can retrieve the names of the family members from the EntityDef objects in the collection.

Syntax

Perl


$entitydef->GetFamilyMembers(); 
Identifier
Description
entitydef
An EntityDef object corresponding to a record type in a schema.
Return value
A EntityDefs Object collection is returned.