Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudUniqueValueRenderer
Since: 2.4.0
Inheritance: ArcGISPointCloudRenderer->ArcGISPointCloudUniqueValueRenderer

Summary

A renderer for point clouds using unique values.

Constructors

ArcGISPointCloudUniqueValueRenderer(string attributeName, ArcGISCollection<ArcGISPointCloudColorUniqueValue> uniqueValuesCollection)

Creates a unique value renderer with the specified attribute name and collection of unique values.

Since 2.4.0

Arguments
NameTypeSummary
attributeNamestring

The name of the attribute for the renderer to use.

uniqueValuesCollectionArcGISCollection<ArcGISPointCloudColorUniqueValue>

The unique values.

Properties

PropertyTypeNullableReadonlySummary
TransformTypeArcGISPointCloudAttributeTransformTypeNoNo

A transform that is applied to the field value before evaluating the renderer.

UniqueValuesCollectionArcGISCollection<ArcGISPointCloudColorUniqueValue>NoNo

A collection of unique values to render.

TransformType

A transform that is applied to the field value before evaluating the renderer.

The default value is none, which means that no transform is applied to the field value before evaluating the renderer.

UniqueValuesCollection

ArcGISCollection<ArcGISPointCloudColorUniqueValue> UniqueValuesCollection

A collection of unique values to render.

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