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