Show / Hide Table of Contents

Property Renderer

Renderer

Gets or sets a value that specifies how the 3D objects or point features in ArcGISSceneLayer are symbolized.

Declaration
public Renderer Renderer { get; set; }
Property Value
Type Description
Renderer

Specifies how the 3D objects or point features in the layer are symbolized.

Remarks

Only SimpleRenderer, UniqueValueRenderer, and ClassBreaksRenderer are currently supported for ArcGISSceneLayer. If the renderer provided is not one of these supported renderer types, then a 3D object scene layer draws the original textures while a point scene layer does not draw. A LayerViewState that contains an error indicating the use of an unsupported renderer is also raised on the SceneView.

Note that this property is not supported for IntegratedMesh layers. Setting a renderer on those layers has no effect.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.