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


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

IExportPropertiesPageDialog.Priority Property

The priority properties to be used.

[Visual Basic .NET]
Public ReadOnly Property Priority As Integer
[C#]
public int Priority {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Priority property is used to place each property page in proper order within the ExportPropoertiesDialog.  Typically, 'General' property pages appear first, followed by 'Format' and 'Advanced'.

See Also

IExportPropertiesPageDialog Interface