CoordPointCollection Class

Uses

System.ICloneable

 

Description

The CoordPointCollection class represents a set of CoordPoints.  

 

Public Constructors

Constructor

Description

CoordPointCollection

Constructs a new instance of CoordPointCollection

 

Public Properties

Property

Description

Count

Gives the number of points in this collection

Item

Provides access to points in this collection

PointStyle

A template for points in this collection

 

Public Methods

Method

Description

AddPoint

Adds a point to the collection

Clear

Removes all points from the collection

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a CoordPointCollection

Dispose

Releases the resources used by the current instance

Exists

Returns true if and only if the specified point exists in this collection

IndexWithName

Gives the index that corresponds to a point with the specified name

Remove

Removes a point from the collection

ValueEquals

Compares the value of two CoordPointCollections