Share

AcDbRasterImageDef::entityCount

C++

virtual int entityCount(
    Adesk::Boolean* pbLocked = 0
) const;

Description

Returns the number of AcDbRasterImage entities in the current drawing that are dependent upon this object for display graphics. If the pointer pbLocked is non-zero, then this function will set the value at that pointer to Adesk::kTrue if any dependent entities reside on locked layers. It returns Adesk::kFalse otherwise.

Parameters

Parameters Description
pbLocked Input pointer value

Links

AcDbRasterImageDef

Was this information helpful?