ArcObjects Library Reference (OutputUI)  

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