This document is archived and information here might be outdated.  Recommended version.


IRasterRendererMaker.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRendererMaker Interface > IRasterRendererMaker.Priority Property
ArcGIS Developer Help

IRasterRendererMaker.Priority Property

Controls the order in which renderer makers are selected. Higher priority renderer makers are called first.

[Visual Basic .NET]
Public ReadOnly Property Priority As Integer
[C#]
public int Priority {get;}
[C++]
HRESULT get_Priority(
  System.Int32* Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The priority method returns the priority of this renderer maker relative to others in the system. Renderer makers are called with decreasing priority until a renderer is provided for a raster. As soon as a renderer is returned, the priority of the RasterRendererMakerDefault is 0. The CreateRasterDefaultRenderer method returns the renderer that will be used by default for the input raster.

See Also

IRasterRendererMaker Interface