Share

AcDbEntity::getSubentClassId

C++

ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Acad::ErrorStatus getSubentClassId(
    const AcDbFullSubentPath& path, 
    CLSID* clsId
) const;

Description

Obtains the CLSID of the wrapper coclass for the subentity.

Override this method and return the CLSID of the co-class wrapper for your custom object's subentity.

Returns Acad::eOk if successful. The default implementation returns Acad::eNotAvailable.

Parameters

Parameters Description
path Input the path to the subentity
clsId Output a pointer to a CLSID structure whose contents are set to the CLSID of the wrapper for the subentity

Links

AcDbEntity

Was this information helpful?