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


IFeatureEvents.OnSplit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureEvents Interface > IFeatureEvents.OnSplit Method
ArcGIS Developer Help

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