Namespace: Esri::GameEngine::Layers::PointCloud
Class: Esri/GameEngine/Layers/PointCloud/ArcGISPointCloudColorClassBreak
Since: 2.4.0

Summary

Defines a color to apply to points with an attribute value within a specified range of values.

Constructors

ArcGISPointCloudColorClassBreak(const FColor& color, double minValue, double maxValue)

Creates a class break with the specified color, minimum, and maximum values.

Since 2.4.0

Arguments
NameTypeConstSummary
colorFColorYes

The color to apply to points with a value inside the range defined by the class break.

minValuedoubleNo

The minimum value for the class break.

maxValuedoubleNo

The maximum value for the class break.

Properties

PropertyTypeNullableReadonlySummary
ColorFColorNoNo

The color to apply to points with a value inside the range defined by the class break.

DescriptionFStringNoNo

The description of the class break.

LabelFStringNoNo

A succinct label for the class break, perhaps for use in a legend.

MaxValuedoubleNoNo

The maximum value for the class break.

MinValuedoubleNoNo

The minimum value for the class break.

Color

FColor GetColor() const

void SetColor(const FColor& color)

The color to apply to points with a value inside the range defined by the class break.

Description

FString GetDescription() const

void SetDescription(const FString& description)

The description of the class break.

Label

FString GetLabel() const

void SetLabel(const FString& label)

A succinct label for the class break, perhaps for use in a legend.

MaxValue

double GetMaxValue() const

void SetMaxValue(double maxValue)

The maximum value for the class break.

MinValue

double GetMinValue() const

void SetMinValue(double minValue)

The minimum value for the class break.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.