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


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

INAServerSolverResults2.LayerToken Property

Token identifying of the network analysis layer saved on the server.

[Visual Basic .NET]
Public ReadOnly Property LayerToken As String
[C#]
public string LayerToken {get;}
[C++]
HRESULT get_LayerToken(
  System.String* LayerToken
);
[C++]
Parameters
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.

Remarks

LayerToken contains token to the network analysis layer saved on the server containing the results of the analsyis. This is only populated when NAServerSolverParams.SaveLayerOnServer was set to True or NAServerSolverParams.LayerToken was populated with a valid value.

See Also

INAServerSolverResults2 Interface