This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.EdgeFeatureCount Property (ArcObjects .NET 10.4 SDK) |
The number of EdgeFeatures associated with the indexed connection point.
[Visual Basic .NET] Public Function get_EdgeFeatureCount ( _ ByVal connectionPointIndex As Integer _ ) As Integer
[C#] public int get_EdgeFeatureCount ( int connectionPointIndex );
[C++]
HRESULT get_EdgeFeatureCount(
long connectionPointIndex,
long* numFeatures
);
[C++]
Parameters connectionPointIndex [in] connectionPointIndex is a parameter of type long numFeatures [out, retval] numFeatures is a parameter of type long
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.