이 entitydef가 패밀리를 정의하는 경우 True의 부울 값을 리턴합니다.
이 호출을 사용하여 지정된 entitydef가 entitydef 또는 entitydef 제품군 중 무엇인지 판별합니다. IsFamily 메소드는 EntityDef 오브젝트에 표시된 플래그를 페치합니다.
VBScript
entitydef.IsFamily
Perl
$entitydef->IsFamily();