Show / Hide Table of Contents

Class PointCloudUniqueValueRenderer

A renderer for point clouds using unique values.

Inheritance
object
PointCloudRenderer
PointCloudUniqueValueRenderer
PointCloudRenderer.AttributeName
PointCloudRenderer.ColorModulation
PointCloudRenderer.PointsPerInch
PointCloudRenderer.SizeAlgorithm
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudUniqueValueRenderer : PointCloudRenderer
Remarks

This renderer colorizes points in a PointCloudLayer based on an attribute value. It assigns a corresponding color to all points with a specified attribute value.

Constructors

Name Description
PointCloudUniqueValueRenderer(string, IEnumerable<PointCloudColorUniqueValue>)

Initializes a new instance of the PointCloudUniqueValueRenderer class.

Properties

Name Description
TransformType

Gets or sets a transform that is applied to the field value before evaluating the renderer.

UniqueValues

Gets the collection of unique values to render.

Applies to

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.