This document is archived and information here might be outdated. Recommended version. |
The priority of the renderer.
[Visual Basic .NET]
Public ReadOnly Property Priority As Integer
[C#]
public int Priority {get;}
[C++]
HRESULT get_Priority(
System.Int32* pPriority
);
[C++] Parameters pPriority [out, retval]
pPriority is a parameter of type long*
The Priority property returns the priority of this raster catalog renderer picker relative to others in the system. The priority of the system default RasterCatalogRendererPickerDefault object is 0. You need to return a bigger number when you create your custom renderer picker.