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


IItemInfoImpl.SaveToJSON Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfoImpl.SaveToJSON Method

Save the ItemInfo to a XML file.

[Visual Basic .NET]
Public Function SaveToJSON ( _
) As IJSONObject
[C#]
public IJSONObject SaveToJSON (
);
[C++]
HRESULT SaveToJSON(
  IJSONObject** ppJObject
);
[C++]

Parameters ppJObject [out, retval]
ppJObject is a parameter of type IJSONObject

Product Availability

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

See Also

IItemInfoImpl Interface