Share

AcDbPointCloudEx::setShowElevationAsGradient Method

C++

void setShowElevationAsGradient(
    bool b
);

Description

Color schemes can be treated as distinct bands or as gradients. This function allows the user to set whether or not the elevation color scheme is being displayed as a gradient. The default value is true.

Parameters

Parameters Description
b true: colors in the referenced elevation color scheme are applied as a gradient. false: otherwise.

Links

AcDbPointCloudEx Class

Was this information helpful?