CoordPointCollection Class

Inherits from

GEOCALCPBW_NAMESPACE::GeoBase

 

Description

The CoordPointCollection class represents a set of CoordPoints.

 

Public Constructors

Constructor

Description

CoordPointCollection

Creates a new instance of the CoordPointCollection class

CreateCoordPointCollection

Creates a new instance of the CoordPointCollection class

 

Public Methods

Method

Description

AddPoint

Adds a CoordPoint to this collection

Clear

Removes all CoordPoints from this collection

DeepCopy

Produces a deep-copy of a CoordPointCollection

Exists

Indicates whether there exists a CoordPoint with the specified name

get_Count

Gets the number of CoordPoints in this collection

get_Point

Returns the specified CoordPoint

get_PointStyle

Returns the CoordPoint that acts as a template for points in this collection

IndexWithName

Returns the index of the CoordPoint with the specified name.

Remove

Removes the specified CoordPoint from the collection

set_Point

Sets the value of the specified CoordPoint

set_PointStyle

Sets the CoordPoint that acts as a template for points in this collection

ValueEquals

Compares the value of two CoordPointCollections.

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this CoordPointCollection

operator==

Compares the value of two CoordPointCollections

operator!=

Compares the value of two CoordPointCollections