EntityDef がメンバであるすべてのファミリー内に Entity タイプを含む EntityDefs オブジェクトを戻します。
このメソッドは、特定の EntityDef がメンバであるファミリーを調べるときに使用できます。このファミリーは複数のファミリーである可能性があります。 現在の EntityDef がファミリーのメンバでない場合、結果の EntityDefs コレクションは空です。
VBScript
entitydef.GetParentFamilies
Perl
$entitydef->GetParentFamilies();