Share

AcDbDatabase::countEmptyObjects Method

C++

Adesk::UInt32 countEmptyObjects(
    const Adesk::UInt32 flags
);

Description

Counts the empty objects (zero length curves and/or empty TEXT/MTEXT) in the database.

Returns

Number of empty objects in the database

Remarks

RAY and XLINE objects are also derived from AcDbCurve, but they have infinite length by definition. Hence they are not involved in this method.

Links

AcDbDatabase Class

Was this information helpful?