ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR* 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