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


IEdgeConnectivityRule.FromEdgeClassID 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.FromEdgeClassID Property
ArcGIS Developer Help

IEdgeConnectivityRule.FromEdgeClassID Property

The ID of the source NetworkEdge feature class.

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

FromEdgeClassID property returns the class id for the from edge type of this edge connectivity rule.

See Also

IEdgeConnectivityRule Interface