This document is archived and information here might be outdated. Recommended version. |
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*