Share
 
 

ShowCropped Property (ActiveX)

Specifies if the point cloud is shown cropped.

Supported platforms: Windows only

Signature

VBA:

object.ShowCropped
object

Type: PointCloudEx

The object this property applies to.

Property Value

Read-only:
  • No: AutoCAD
  • Yes: AutoCAD LT

Type: Boolean

  • True: The point cloud's cropping region filters out displayed points.
  • False: All points are displayed regardless of any cropping regions attached to the point cloud.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?