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