Share

AcDbPointCloudDefEx::entityCount Method

C++

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

Description

Returns the number of AcDbPointCloudEx 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

AcDbPointCloudDefEx Class

Was this information helpful?