Share

AcDbEntity::bounds Method

C++

ACDBCORE2D_PORT bool bounds(
    AcDbExtents& bounds
) const;

Description

Provides a default implementation for AcGiDrawable::bounds() that calls the entity's implementation of AcDbEntity::getGeomExtents().

Parameters

Parameters Description
bounds Bounds of the drawable.

Returns

True if bounds has been set to the extents of the drawable. False if the drawable has no bounds, is unable to set the bounds, or has not implemented this method.

Links

AcDbEntity

Was this information helpful?