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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |