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


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

ISegmentGraph Interface

Provides access to members that define and navigate a topologically structured collection of segments.

Product Availability

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

Members

Name Description
Read-only property Envelope The Envelope of the SegmentGraph.
Method GetCursor Returns a SegmentGraphCursor initially located at the segment closest to the specified point.
Method Load Defines a SegmentGraph from an enumeration of polylines or polygons.
Method SetEmpty Sets the SegmentGraph to the empty state.

Classes that implement ISegmentGraph

Classes Description
SegmentGraph A topologically structured collection of segments.