Class RenderingRuleInfo
A class that represents information about a rendering rule that is predefined on an ArcGIS Image Service.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RenderingRuleInfo
Remarks
This class can be used to construct a RenderingRule. You can get an instance from RenderingRuleInfos. You can also create an instance of this class simply with the name of a service-defined rendering rule.
Constructors
Name | Description |
---|---|
RenderingRuleInfo(String) | Initializes a new instance of the RenderingRuleInfo class with the name of a predefined service rendering rule. |
Properties
Name | Description |
---|---|
Description | Gets the description of a predefined service rendering rule. |
Help | Gets the help of a predefined service rendering rule. |
Name | Gets the name of a predefined service rendering rule. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.1 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.1 - 100.15 |
iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.2 |
Relevant samples
Raster rendering rule: Display a raster on a map and apply different rendering rules to that raster.