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


INetworkTravelMode.WriteToJSON Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode.WriteToJSON Method

Writes the contents of this travel mode as a JSON string.

[Visual Basic .NET]
Public Sub WriteToJSON ( _
    ByRef jsonValue As String _
)
[C#]
public void WriteToJSON (
    ref string jsonValue
);
[C++]
HRESULT WriteToJSON(
  BSTR* jsonValue
);
[C++]

Parameters jsonValue [out] jsonValue is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkTravelMode Interface