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


IJSONConverterGeometry.QueryJSONGeometry 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.QueryJSONGeometry Method
ArcGIS Developer Help

IJSONConverterGeometry.QueryJSONGeometry Method

Queries geometry and populates existing IJSONObject

[Visual Basic .NET]
Public Sub QueryJSONGeometry ( _
    ByVal pGeom As IGeometry, _
    ByVal skip_spref As Boolean, _
    ByVal pJSON As IJSONObject _
)
[C#]
public void QueryJSONGeometry (
    IGeometry pGeom,
    bool skip_spref,
    IJSONObject pJSON
);
[C++]
HRESULT QueryJSONGeometry(
  IGeometry* pGeom,
  VARIANT_BOOL skip_spref,
  IJSONObject* pJSON
);
[C++]
Parameters
pGeom [in]

pGeom is a parameter of type IGeometry* skip_spref [in]
skip_spref is a parameter of type 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