ArcObjects Library Reference (GeoDatabase)  

IJunctionConnectivityRule.EdgeMaximumCardinality Property

The maxnimum cardinality value of the NetworkEdge FeatureClass.

[Visual Basic .NET]
Public Property EdgeMaximumCardinality As Integer
[C#]
public int EdgeMaximumCardinality {get; set;}
[C++]
HRESULT get_EdgeMaximumCardinality(
  long* Value
);
[C++]
HRESULT put_EdgeMaximumCardinality(
  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

EdgeMaximumCardinality property returns the maximum cardinality allowable between edges of this junction connectivity rule.

See Also

IJunctionConnectivityRule Interface