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


INAServerSolverParams2.LayerToken Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams2.LayerToken Property

Token identifying the network analysis layer on the server to use.

[Visual Basic .NET]
Public Property LayerToken As String
[C#]
public string LayerToken {get; set;}
[C++]
HRESULT get_LayerToken(
  BSTR LayerToken
);
[C++]
HRESULT put_LayerToken(
  System.String* LayerToken
);
[C++]

Parameters LayerToken [in]
LayerToken is a parameter of type BSTR LayerToken [out, retval]
LayerToken is a parameter of type BSTR*

Product Availability

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

See Also

INAServerSolverParams2 Interface