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




A thread-safe collection of Points.

Object Model

Syntax

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

Remarks

PointCollection is used to define the geometry of Hole, Multipoint, and Path.

Be sure to add the Point objects to the collection in the order that you wish them to draw. The points wil be drawn as they occur in the collection.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.