This document is archived and information here might be outdated. Recommended version. |
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*
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.