This document is archived and information here might be outdated. Recommended version. |
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*