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


IFeatureConnect.ConnectionPointCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureConnect Interface > IFeatureConnect.ConnectionPointCount Property
ArcGIS Developer Help

IFeatureConnect.ConnectionPointCount Property

The number of connection points associated with the Feature.

[Visual Basic .NET]
Public ReadOnly Property ConnectionPointCount As Integer
[C#]
public int ConnectionPointCount {get;}
[C++]
HRESULT get_ConnectionPointCount(
  System.Int32* numPoints
);
[C++]
Parameters
numPoints [out, retval]

numPoints is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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 IFeatureClassExtension.

See Also

IFeatureConnect Interface