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


INetworkTravelMode.WriteToJSON Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTravelMode Interface > INetworkTravelMode.WriteToJSON Method
ArcGIS Developer Help

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(
  System.String* 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