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


IComplexJunctionFeature.JunctionElementCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.JunctionElementCount Property
ArcGIS Developer Help

IComplexJunctionFeature.JunctionElementCount Property

The number of junctions associated with this Feature.

[Visual Basic .NET]
Public Property JunctionElementCount As Integer
[C#]
public int JunctionElementCount {get; set;}
[C++]
HRESULT get_JunctionElementCount(
  System.Int32* numJunctions
);
[C++]
HRESULT put_JunctionElementCount(
  long numJunctions
);
[C++]
Parameters
numJunctions [out, retval]

numJunctions is a parameter of type long* numJunctions [in]
numJunctions 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 class extensions.

See Also

IComplexJunctionFeature Interface