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


INetworkFeatureEvents.OnDisconnect Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkFeatureEvents.OnDisconnect Method

Preparation for disconnecting a NetworkFeature from another.

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

Product Availability

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

Remarks

OnDisconnect is not currently implemented.

See Also

INetworkFeatureEvents Interface