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


IJSONReader.ReadFrom Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.ReadFrom Method

Specifies input stream.

[Visual Basic .NET]
Public Sub ReadFrom ( _
    ByVal inputStream As IStream _
)
[C#]
public void ReadFrom (
    IStream inputStream
);
[C++]
HRESULT ReadFrom(
  IStream* inputStream
);
[C++]

Parameters inputStream [in]
inputStream is a parameter of type IStream

Product Availability

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

See Also

IJSONReader Interface