Namespace: GameEngine.Layers.PointCloud
Class: 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(ArcGISColor color, double minValue, double maxValue)

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

Since 2.4.0

Arguments
NameTypeSummary
colorArcGISColor

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

minValuedouble

The minimum value for the class break.

maxValuedouble

The maximum value for the class break.

Properties

PropertyTypeNullableReadonlySummary
ColorArcGISColorNoNo

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

DescriptionstringNoNo

The description of the class break.

LabelstringNoNo

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

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

Description

string Description

The description of the class break.

Label

string Label

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

MaxValue

double MaxValue

The maximum value for the class break.

MinValue

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.