Share

AcDbDatabase::hasClass Method

C++

bool hasClass(
    const AcRxClass* pClass
) const;

Description

This function returns true if the class represented by the AcRxClass object pointed to by pClass is present in the class dictionary of this AcDbDatabase. Otherwise false is returned.

Parameters

Parameters Description
pClass Input pointer to AcRxClass object of class to search

Links

AcDbDatabase Class

Was this information helpful?