ArcObjects Library Reference (GeoDatabase)  

IJunctionConnectivityRule.EdgeClassID Property

The ID of the NetworkEdge FeatureClass.

[Visual Basic .NET]
Public Property EdgeClassID As Integer
[C#]
public int EdgeClassID {get; set;}
[C++]
HRESULT get_EdgeClassID(
  long* ClassID
);
[C++]
HRESULT put_EdgeClassID(
  long ClassID
);
[C++]

Parameters

ClassID [out, retval]   ClassID is a parameter of type long ClassID [in]   ClassID is a parameter of type long

Product Availability

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

Description

EdgeClassID property returns the edge class ID that is associated with this connectivity rule.

See Also

IJunctionConnectivityRule Interface