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


IJunctionConnectivityRule.JunctionClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionConnectivityRule Interface > IJunctionConnectivityRule.JunctionClassID Property
ArcGIS Developer Help

IJunctionConnectivityRule.JunctionClassID Property

The ID of the NetworkJunction FeatureClass.

[Visual Basic .NET]
Public Property JunctionClassID As Integer
[C#]
public int JunctionClassID {get; set;}
[C++]
HRESULT get_JunctionClassID(
  System.Int32* ClassID
);
[C++]
HRESULT put_JunctionClassID(
  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

JunctionClassID property returns the class ID of the junction type that this junction connectivity rule applies to.

See Also

IJunctionConnectivityRule Interface