Show / Hide Table of Contents

Class PointCloudClassBreaksRenderer

Renderer for point clouds using class breaks.

Inheritance
object
PointCloudRenderer
PointCloudClassBreaksRenderer
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 PointCloudClassBreaksRenderer : PointCloudRenderer
Remarks

Colors are assigned based on ranges of data. Each point is assigned a color based on the class break in which the value of the attribute falls.

Constructors

Name Description
PointCloudClassBreaksRenderer(string, IEnumerable<PointCloudColorClassBreak>)

Initializes a new instance of the PointCloudClassBreaksRenderer class.

Properties

Name Description
ClassBreaks

Gets the collection of class breaks that define a color to apply to each range of values.

TransformType

Gets or sets the type of transform that is applied to the field value before evaluating.

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.