This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassWrite Interface > IFeatureClassWrite.WriteFeature Method (ArcObjects .NET 10.5 SDK) |
Stores a feature to the database, does not trigger OnStore event.
[Visual Basic .NET] Public Sub WriteFeature ( _ ByVal Feature As IFeature _ )
[C#] public void WriteFeature ( IFeature Feature );
[C++]
HRESULT WriteFeature(
IFeature* Feature
);
[C++]
Parameters Feature [in]
Feature is a parameter of type IFeature
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.