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


IRasterCatalogRendererPicker.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 > IRasterCatalogRendererPicker Interface > IRasterCatalogRendererPicker.Priority Property
ArcGIS Developer Help

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(
  System.Int32* 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