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


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

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