ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.IsHyperedge Property

Indicates if the network edge element is a hyperedge.

[Visual Basic .NET]
Public ReadOnly Property IsHyperedge As Boolean
[C#]
public bool IsHyperedge {get;}
[C++]
HRESULT get_IsHyperedge(
  VARIANT_BOOL* IsHyperedge
);
[C++]

Parameters

IsHyperedge [out, retval]   IsHyperedge is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkEdge2 Interface