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


INAWindowCommand2.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindowCommand2 Interface > INAWindowCommand2.Priority Property
ArcGIS Developer Help

INAWindowCommand2.Priority Property

The priority is used to determine the ordering of dynamic commands in the context menu. If there are multiple dynamic commands that apply to the current context, the dynamic commands in the context menu will be ordered in descending priority order from the lar.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

See Also

INAWindowCommand2 Interface