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.
VBScript
entitydef.IsFamily
Perl
$entitydef->IsFamily();