This document is archived and information here might be outdated. Recommended version. |
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*
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.