ArcObjects Library Reference (Carto)  

IRasterCatalogRendererPicker.Priority Property

The priority of the renderer.

[Visual Basic .NET]
Public ReadOnly Property Priority As Integer
[C#]
public int Priority {get;}
[C++]
HRESULT get_Priority(
  long* pPriority
);
[C++]

Parameters

pPriority [out, retval]   pPriority is a parameter of type long

Product Availability

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

Remarks

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.

See Also

IRasterCatalogRendererPicker Interface