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


IItemInfoImpl.ReadFromJSON Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfoImpl Interface > IItemInfoImpl.ReadFromJSON Method
ArcGIS Developer Help

IItemInfoImpl.ReadFromJSON Method

Read ItemInfo from JSON.

[Visual Basic .NET]
Public Sub ReadFromJSON ( _
    ByVal pJObject As IJSONObject _
)
[C#]
public void ReadFromJSON (
    IJSONObject pJObject
);
[C++]
HRESULT ReadFromJSON(
  IJSONObject* pJObject
);
[C++]
Parameters
pJObject [in]

pJObject is a parameter of type IJSONObject*

Product Availability

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

See Also

IItemInfoImpl Interface