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


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

IJSONConverterGeometry.QueryJSONSpatialReference Method

Queries spatial reference and populates existing IJSONObject

[Visual Basic .NET]
Public Sub QueryJSONSpatialReference ( _
    ByVal pSR As ISpatialReference, _
    ByVal pJSON As IJSONObject _
)
[C#]
public void QueryJSONSpatialReference (
    ISpatialReference pSR,
    IJSONObject pJSON
);
[C++]
HRESULT QueryJSONSpatialReference(
  ISpatialReference* pSR,
  IJSONObject* pJSON
);
[C++]
Parameters
pSR [in]

pSR is a parameter of type ISpatialReference* pJSON [in]
pJSON is a parameter of type IJSONObject*

Product Availability

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

See Also

IJSONConverterGeometry Interface