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


ISegmentGraph2.Edges Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISegmentGraph2.Edges Property

.

[Visual Basic .NET]
Public ReadOnly Property Edges As IPolyline
[C#]
public IPolyline Edges {get;}
[C++]
HRESULT get_Edges(
  IPolyline** ppOutEdges
);
[C++]

Parameters ppOutEdges [out, retval]
ppOutEdges is a parameter of type IPolyline

Product Availability

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

See Also

ISegmentGraph2 Interface