Specifies color stylization for selected point cloud.
Supported platforms: Windows only
Signature
VBA:
object.Stylization
- object
-
Type: PointCloud, PointCloudEx
The object this property applies to.
Property Value
Read-only:
- No: AutoCAD
- Yes: AutoCAD LT
Type: AcPointCloudStylizationType enum; PointCloud objects or AcPointCloudExStylizationType enum; PointCloudEx objects
AcPointCloudStylizationType enum
- acIntensity
- acNormal
- acObjectColor
- acScanColor
AcPointCloudExStylizationType enum
- acClassification
- acElevation
- acIntensities
- acNormals
- acObject
- acRGB
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available