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