Share
 
 

IntensityColorScheme Property (ActiveX)

Specifies the color scheme to use for displaying intensity values.

Supported platforms: Windows only

Signature

VBA:

object.IntensityColorScheme
object

Type: PointCloud

The object this property applies to.

Property Value

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

Type: AcPointCloudIntensityStyle enum

  • acIntensityGrayscale
  • acIntensityRainbow
  • acIntensityRed
  • acIntensityGreen
  • acIntensityBlue
  • acIntensityEditableFlag

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?