Share

AcDbPointCloudEx::getCurrentColorScheme Method

C++

AcString getCurrentColorScheme() const;

Description

Returns the current color scheme name that corresponds to the current stylization mode. This property only applies when the point cloud is being displayed using a stylization mode that has a color ramp. This method returns an empty string if the stylization mode is not kIntensityRamp, kHeightRamp, or kClassificationRamp.

Returns

Returns the GUID of current color scheme, or an empty string if no color scheme applies to the current stylization mode.

Links

AcDbPointCloudEx Class

Was this information helpful?