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


INAServerSolverParams.NALayerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverParams Interface > INAServerSolverParams.NALayerName Property
ArcGIS Developer Help

INAServerSolverParams.NALayerName Property

Network analysis layer name.

[Visual Basic .NET]
Public Property NALayerName As String
[C#]
public string NALayerName {get; set;}
[C++]
HRESULT get_NALayerName(
  BSTR NALayerName
);
[C++]
HRESULT put_NALayerName(
  System.String* NALayerName
);
[C++]
Parameters
NALayerName [in]

NALayerName is a parameter of type BSTR NALayerName [out, retval]
NALayerName is a parameter of type BSTR*

Product Availability

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

Remarks

NALayerName specifies the Network Analyst Layer Name used within this NAContext.

See Also

INAServerSolverParams Interface