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