ArcObjects Library Reference (NetworkAnalyst)  

INASymbolizer.Priority Property

The priority is used to determine the best symbolizer to symbolize a network analysis layer. If multiple symbolizers apply to the network analysis layer, the one with the largest numeric value for priority is used to create and update the network analysis laye.

[Visual Basic .NET]
Public ReadOnly Property Priority As Integer
[C#]
public int Priority {get;}
[C++]
HRESULT get_Priority(
  long* Priority
);
[C++]

Parameters

Priority [out, retval]   Priority is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

get_Priority returns the priority of the NASymbolizer.  This allows a custom symbolizer with higher priority to be registered with NASymbolizer to be used in place of the default symbolizer for a particular NAContext.

See Also

INASymbolizer Interface