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


IExport.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExport Interface > IExport.Priority Property
ArcGIS Developer Help

IExport.Priority Property

Exporter's priority - the order of appearance in the user interface.

[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

Primarily used by export dialogs for ordering the appearance of export formats in the 'Save As...' pulldown list.  By ordering through this property, the export dialog can group similar formats together.  For example, all raster export formats are grouped together in the 'Save As...' list.

See Also

IExport Interface