ArcObjects Library Reference (Carto)  

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(
  long* 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