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


IJSONArray.ToJSONString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.ToJSONString Method
ArcGIS Developer Help

IJSONArray.ToJSONString Method

Converts IJSONArray to JSON representation using IJSONWriter internally. 'props' parameter is to control IJSONWriter properties. It's safe to set it to NULL.

[Visual Basic .NET]
Public Function ToJSONString ( _
    ByVal props As IPropertySet _
) As String
[C#]
public string ToJSONString (
    IPropertySet props
);
[C++]
HRESULT ToJSONString(
  IPropertySet* props
);
[C++]
Parameters
props [in]

props is a parameter of type IPropertySet*

Product Availability

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

See Also

IJSONArray Interface