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 6.0]
Sub OnSplit
[Visual Basic .NET]
Public Sub OnSplit ( _
)
[C#]
public void OnSplit (
);
[Java]
public void onSplit (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT OnSplit(
void
);

Product Availability

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

See Also

IFeatureEvents Interface

 


Feedback Send feedback on this page