Returns the named family EntityDef object.
Returns a valid object if entitydefName corresponds to a family. This method is convenient if you expect the record type to belong to a family. Otherwise, see the IsFamily method.
VBScript
session.GetEntityDefFamilyName(entitydefName)
Perl
$session->GetEntityDefFamily(entitydefName);