Returns
the boolean value of True if this entitydef defines a family.
Use
this call to determine whether a given entitydef is an entitydef or an entitydef
family. The IsFamily method fetches a flag marked on the EntityDef object.
Syntax
VBScript
entitydef.IsFamily
Perl
$entitydef->IsFamily();
Identifier
Description
entitydef
An EntityDef object corresponding to a record type in a
schema.
Return value
A Boolean. True signifies the EntityDef does define a family
record type.