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




Constructs a PointCollection.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As PointCollection()
C# 
public PointCollection()

Remarks

The geometry objects Hole, Multipoint, and Path have an empty PointCollection already present upon creation. Therefore it is not necessary to create a new PointCollection unless you wish to completely replace an existing collection, or otherwise manage Point objects in a separate collection.

See Also

© 2010 All Rights Reserved.