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


IJSONConverterGeometry.ToEnvelope Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IJ > IJSONConverterGeometry Interface > IJSONConverterGeometry.ToEnvelope Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pJSONObject [in]

pJSONObject is a parameter of type IJSONObject*

Product Availability

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

See Also

IJSONConverterGeometry Interface