ArcObjects Library Reference (NetworkAnalystUI)  

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