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


INASymbolizer.CreateLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASymbolizer Interface > INASymbolizer.CreateLayer Method
ArcGIS Developer Help

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