This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb2 Interface > IExternalSerializerGdb2.WriteGeometry Method (ArcObjects .NET 10.4 SDK) |
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