ArcObjects Library Reference (Geometry)  

IGeometricBufferSourceSink.WriteNext Method

Writes the next output buffer to its destination. The client id is valid when buffers have not been dissolved or exploded.

[Visual Basic .NET]
Public Sub WriteNext ( _
    ByVal geomID As Integer, _
    ByVal pBufferedGeometry As IGeometry _
)
[C#]
public void WriteNext (
    int geomID,
    IGeometry pBufferedGeometry
);
[C++]
HRESULT WriteNext(
  long geomID,
  IGeometry* pBufferedGeometry
);
[C++]

Parameters

geomID   geomID is a parameter of type long pBufferedGeometry

  pBufferedGeometry is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometricBufferSourceSink Interface