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


INASymbolizer.CreateLayer Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASymbolizer.CreateLayer Method

Creates a new analysis layer.

[Visual Basic .NET]
Public Function CreateLayer ( _
    ByVal NAContext As INAContext _
) As INALayer
[C#]
public INALayer CreateLayer (
    INAContext NAContext
);
[C++]
HRESULT CreateLayer(
  INAContext* NAContext
);
[C++]

Parameters NAContext [in]
NAContext is a parameter of type INAContext*

Product Availability

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

Remarks

CreateLayer creates the symbology for an NALayer's sublayers.  For example, the stops for a route solver are symbolized with located, unlocated, or error symbols.

See Also

INASymbolizer Interface