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


IEdgeConnectivityRule.ToEdgeClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeConnectivityRule Interface > IEdgeConnectivityRule.ToEdgeClassID Property
ArcGIS Developer Help

IEdgeConnectivityRule.ToEdgeClassID Property

The ID of the destination NetworkEdge feature class.

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

ToEdgeClassID property returns the class id for the "to edge" that this edge connectivity rule applies to.

See Also

IEdgeConnectivityRule Interface