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


IJSONConverterGeometry.ToEnvelope Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ToEnvelope Method

Reads envelope from a JSON object.

[Visual Basic .NET]
Public Function ToEnvelope ( _
    ByVal pJSONObject As IJSONObject _
) As IEnvelope
[C#]
public IEnvelope ToEnvelope (
    IJSONObject pJSONObject
);
[C++]
HRESULT ToEnvelope(
  IJSONObject* pJSONObject,
  IEnvelope** ppEnvelope
);
[C++]

Parameters pJSONObject [in]
pJSONObject is a parameter of type IJSONObject ppEnvelope [out, retval]
ppEnvelope is a parameter of type IEnvelope

Product Availability

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

See Also

IJSONConverterGeometry Interface