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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.