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


IRESTResource.ToJSONObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTResource Interface > IRESTResource.ToJSONObject Method
ArcGIS Developer Help

IRESTResource.ToJSONObject Method

Converts resource object to JSON representation.

[Visual Basic .NET]
Public Function ToJSONObject ( _
) As IJSONObject
[C#]
public IJSONObject ToJSONObject (
);
[C++]
HRESULT ToJSONObject(
void
);

Product Availability

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

See Also

IRESTResource Interface