ESRI.ArcGIS.ADF.IMS | |
PointCollection Constructor | |
See Also |
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > PointCollection Class : PointCollection Constructor |
Visual Basic (Declaration) | |
---|---|
Public Function New() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PointCollection() |
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.