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,
  INALayer** NALayer
);
[C++]

Parameters

NAContext [in]

  NAContext is a parameter of type INAContext

NALayer [out, retval]

  NALayer is a parameter of type INALayer

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