This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASymbolizer Interface > INASymbolizer.Priority Property (ArcObjects .NET 10.4 SDK) |
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
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.