ESRI.ArcGIS.ADF.IMS
PathCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace : PathCollection Class




A thread-safe collection of Paths.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class PathCollection 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As PathCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class PathCollection : ThreadSafeCollection 

Example

For an example, see Polyline .

Remarks

PathCollection contains the linear segments that define the geometry of a Polyline. A Polyline may have multiple Path segments. For example, a road may be represented by a series of linear segments (paths), each path being a highway segment between intersections with other roads.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.IMS.Geometry.PathCollection

See Also

© 2010 All Rights Reserved.