This document is archived and information here might be outdated.  Recommended version.


IExternalSerializerGdb2.WriteGeometry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IExternalSerializerGdb2.WriteGeometry Method

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.

See Also

IExternalSerializerGdb2 Interface