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


INetworkFeatureEvents.OnConnect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFeatureEvents Interface > INetworkFeatureEvents.OnConnect Method
ArcGIS Developer Help

INetworkFeatureEvents.OnConnect Method

Preparation for connecting a NetworkFeature to another.

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

Product Availability

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

Remarks

OnConnect is not currently implemented.

See Also

INetworkFeatureEvents Interface