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


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

IJSONConverterGeometry.QueryJSONEnvelope Method

Queries spatial reference and populates existing IJSONObject

[Visual Basic .NET]
Public Sub QueryJSONEnvelope ( _
    ByVal pEnvelope As IEnvelope, _
    ByVal skip_spref As Boolean, _
    ByVal pJSON As IJSONObject _
)
[C#]
public void QueryJSONEnvelope (
    IEnvelope pEnvelope,
    bool skip_spref,
    IJSONObject pJSON
);
[C++]
HRESULT QueryJSONEnvelope(
  IEnvelope* pEnvelope,
  VARIANT_BOOL skip_spref,
  IJSONObject* pJSON
);
[C++]

Parameters pEnvelope [in]
pEnvelope is a parameter of type IEnvelope skip_spref [in] skip_spref is a parameter of type VARIANT_BOOL pJSON [in]
pJSON is a parameter of type IJSONObject

Product Availability

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

See Also

IJSONConverterGeometry Interface