Share

AcGeEntity2d::isKindOf

C++

GE_DLLEXPIMPORT Adesk::Boolean isKindOf(
    AcGe::EntityId entType
) const;

Description

Returns Adesk::kTrue if entity is of type entType or is derived from entType; otherwise, returns Adesk::kFalse.

Parameters

Parameters Description
entType Input entity type

Links

AcGeEntity2d

Was this information helpful?