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


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

INetworkEdge2.HasCoveringHyperedge Property

Indicates if the network edge element has a covering hyperedge.

[Visual Basic .NET]
Public ReadOnly Property HasCoveringHyperedge As Boolean
[C#]
public bool HasCoveringHyperedge {get;}
[C++]
HRESULT get_HasCoveringHyperedge(
void
);

Product Availability

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

See Also

INetworkEdge2 Interface