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


ISegmentGraph2.Edges Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraph2 Interface > ISegmentGraph2.Edges Property
ArcGIS Developer Help

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