ArcObjects Library Reference (NetworkAnalyst)  

INASymbolizer2 Interface

Provides access to the analysis result drawing.

Product Availability

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

Members

Description
Method Applies Indicates if the symbolizer applies to the analysis context.
Method CreateLayer Creates a new analysis layer.
Read-only property Priority 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
Method ResetRenderers Resets the renderers based on the provided solver color.
Method UpdateLayer Updates an existing analysis layer.

Inherited Interfaces

Interfaces Description
INASymbolizer Provides access to the analysis result drawing.

CoClasses that implement INASymbolizer2

CoClasses and Classes Description
NAClosestFacilitySymbolizer Symbolizes closest facility analysis results.
NALocationAllocationSymbolizer Symbolizes LA analysis results.
NAODCostMatrixSymbolizer Symbolizes origin-destination matrix analysis results.
NARouteSymbolizer Symbolizes route analysis results.
NAServiceAreaSymbolizer Symbolizes service area analysis results.
NAVRPSymbolizer Symbolizes VRP analysis results.

Remarks

NASymbolizer2 creates the default symbology for the input and output classes of an NASolver's NAContext. For example, the stops for a route solver are symbolized with located, unlocated or error symbols.

The INASymbolizer2 inteface is used by the various symbolizer objects (NARouteSymbolizer, NAClosestFacilitySymbolizer, NAServiceAreaSymbolizer, NAODCostMatrixSymbolizer) to reset an NALayer's symbology based on a seed color.