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


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

IJSONConverterGeometry.WriteGeometry Method

Writes geometry object.

[Visual Basic .NET]
Public Sub WriteGeometry ( _
    ByVal pWriter As IJSONWriter, _
    ByVal propname As String, _
    ByVal pGeom As IGeometry, _
    ByVal skip_spref As Boolean _
)
[C#]
public void WriteGeometry (
    IJSONWriter pWriter,
    string propname,
    IGeometry pGeom,
    bool skip_spref
);
[C++]
HRESULT WriteGeometry(
  IJSONWriter* pWriter,
  BSTR propname,
  IGeometry* pGeom,
  VARIANT_BOOL skip_spref
);
[C++]
Parameters
pWriter [in]

pWriter is a parameter of type IJSONWriter* propname [in]
propname is a parameter of type BSTR pGeom [in]
pGeom is a parameter of type IGeometry* skip_spref [in]
skip_spref is a parameter of type bool

Product Availability

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

See Also

IJSONConverterGeometry Interface