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


IGeometricBufferSourceSink.WriteNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometricBufferSourceSink Interface > IGeometricBufferSourceSink.WriteNext Method
ArcGIS Developer Help

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