This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IJ > IJSONConverterGeometry Interface > IJSONConverterGeometry.ToEnvelope Method (ArcObjects .NET 10.5 SDK) |
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