This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionConnectivityRule Interface > IJunctionConnectivityRule.EdgeClassID Property (ArcObjects .NET 10.4 SDK) |
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