IFeatureCursor.Flush

IFeatureCursor.Flush Method

Flush any outstanding buffered writes to the database.

[Visual Basic .NET]Public Sub Flush ( _)
[C#]public void Flush ();
[C++]HRESULT Flush(void);

Product Availability

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

Remarks

This method should only be called on insert cursors.

原文地址:https://www.cnblogs.com/gisoracle/p/5633822.html