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


IFeatureClassWrite.WriteFeatures Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassWrite.WriteFeatures Method

Stores a set of features to the database, does not trigger OnStore events.

[Visual Basic .NET]
Public Sub WriteFeatures ( _
    ByVal features As ISet _
)
[C#]
public void WriteFeatures (
    ISet features
);
[C++]
HRESULT WriteFeatures(
  ISet* features
);
[C++]

Parameters features [in]
features is a parameter of type ISet

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureClassWrite Interface