Class RenderingRuleInfo
A class that represents information about a rendering rule that is predefined on an ArcGIS Image Service.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 100.15 |
Relevant samples
Raster rendering rule: Display a raster on a map and apply different rendering rules to that raster.