Specifies if the point cloud is locked.
Supported platforms: Windows only
Signature
VBA:
object.Locked
- object
-
Type: PointCloud, PointCloudEx
The object this property applies to.
Property Value
Read-only:
- No: AutoCAD
- Yes: AutoCAD LT
Type: Boolean
- True: Point cloud is locked.
- False: Point cloud is not unlocked.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available