Clear Method

WRAPPER_API void Clear()

 

Description

The Clear method removes all CoordPoints from the CoordPointCollection.

 

Example

void CoordPointCollection_Clear(GEOCALCPBW_NAMESPACE::CoordPointCollection & cpc)

{

cpc.Clear();

}