ArcObjects Library Reference (GeoDatabase)  

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