WRAPPER_API void Clear()
Description
The Clear method removes all CoordPoints from the CoordPointCollection.
Example
void CoordPointCollection_Clear(GEOCALCPBW_NAMESPACE::CoordPointCollection & cpc)
{
cpc.Clear();
}WRAPPER_API void Clear()
The Clear method removes all CoordPoints from the CoordPointCollection.
void CoordPointCollection_Clear(GEOCALCPBW_NAMESPACE::CoordPointCollection & cpc)
{
cpc.Clear();
}
Comments
0 comments
Please sign in to leave a comment.