Writes geometry object.
[Visual Basic .NET] Public Sub WriteGeometry ( _ ByVal propname As String, _ ByVal pGeom As IGeometry _ )
[C#] public void WriteGeometry ( string propname, IGeometry pGeom );
[C++]
HRESULT WriteGeometry(
BSTR propname,
IGeometry* pGeom
);
[C++]Parameters
propname [in] propname is a parameter of type BSTR pGeom [in]pGeom is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.