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.WriteGeometry Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL