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 client can retrieve the names of the family members from the EntityDef objects in the collection.

Note: This method became available in version 7.1.

Syntax

VBScript


entitydef.GetFamilyMembers 

Perl


$entitydef->GetFamilyMembers(); 
Identifier
Description
entitydef
An EntityDef object corresponding to a record type in a schema.
Return value
For Visual Basic, a Variant containing an Array of EntityDef objects is returned. If there are no members, the return value is an Empty Variant. For Perl, an EntityDefs Object collection is returned.