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

Summary

Defines a color used to render points with a specific value.

Constructors

ArcGISPointCloudColorUniqueValue(const FColor& color, const ArcGISCollection<FString>& valuesCollection)

Creates a ArcGISPointCloudColorUniqueValue with the specified color and values.

Since 2.4.0

Arguments
NameTypeConstSummary
colorFColorYes

The color used to symbolize the unique value.

valuesCollectionArcGISCollection<FString>Yes

A collection of string values to display using the corresponding color.

Properties

PropertyTypeNullableReadonlySummary
ColorFColorNoNo

The color used to symbolize the unique value.

DescriptionFStringNoNo

The description for the unique value.

LabelFStringNoNo

The label for the unique value.

ValuesCollectionArcGISCollection<FString>NoNo

A collection of string values to display using the corresponding color.

Color

FColor GetColor() const

void SetColor(const FColor& color)

The color used to symbolize the unique value.

Description

FString GetDescription() const

void SetDescription(const FString& description)

The description for the unique value.

Label

FString GetLabel() const

void SetLabel(const FString& label)

The label for the unique value.

ValuesCollection

ArcGISCollection<FString> GetValuesCollection() const

void SetValuesCollection(const ArcGISCollection<FString>& valuesCollection)

A collection of string values to display using the corresponding color.

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