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


IExternalSerializerGdb.WriteGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb Interface > IExternalSerializerGdb.WriteGeometry Method
ArcGIS Developer Help

IExternalSerializerGdb.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

IExternalSerializerGdb Interface