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


INetworkQuery.MaxValence Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkQuery Interface > INetworkQuery.MaxValence Property
ArcGIS Developer Help

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(
  System.Int32* 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