Share

AcDbEntity::subGetSubentPathGeomExtents Method

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus subGetSubentPathGeomExtents(
    const AcDbFullSubentPath& path, 
    AcDbExtents& extents
) const;

Description

Override this virtual function in a AcDbEntity-derived class to provide your custom implementation for AcDbEntity::getSubentPathGeomExtents.

Links

AcDbEntity

Was this information helpful?