Share

AcDbPointCloudEx::setLocked Method

C++

void setLocked(
    bool locked
);

Description

Sets whether an attached point cloud can be moved, scaled, rotated, or cropped.

Parameters

Parameters Description
locked True if the entity is locked, else false.

Links

AcDbPointCloudEx Class

Was this information helpful?