ArcObjects Library Reference (GeoDatabase)  

IJunctionConnectivityRule.JunctionMaximumCardinality Property

The maximum cardinality value of the NetworkJunction FeatureClass.

[Visual Basic .NET]
Public Property JunctionMaximumCardinality As Integer
[C#]
public int JunctionMaximumCardinality {get; set;}
[C++]
HRESULT get_JunctionMaximumCardinality(
  long* Value
);
[C++]
HRESULT put_JunctionMaximumCardinality(
  long Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type long Value [in]   Value is a parameter of type long

Product Availability

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

Description

JunctionMaximumCardinality property returns the maximum cardinality allowable for edges of this junction connectivity rule.

See Also

IJunctionConnectivityRule Interface