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


INetworkQuery.MaxValence Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkQuery.MaxValence Property

Maximum number of edge elements connected to any single junction element.

[Visual Basic .NET]
Public ReadOnly Property MaxValence As Integer
[C#]
public int MaxValence {get;}
[C++]
HRESULT get_MaxValence(
  long* MaxValence
);
[C++]

Parameters MaxValence [out, retval] MaxValence is a parameter of type long

Product Availability

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

Remarks

The MaxValence is the largest number of edge elements in the network that are adjacent to a single junction element.

See Also

INetworkQuery Interface