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




A thread-safe collection of Paths.

Object Model

PathCollection Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class PathCollection 
   Inherits ESRI.ArcGIS.ADF.ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As PathCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class PathCollection : ESRI.ArcGIS.ADF.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.