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


IFeatureEvents.OnSplit Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureEvents.OnSplit Method

An after event that is fired when a Feature is split, on the deleted input Feature.

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

Product Availability

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

See Also

IFeatureEvents Interface