WRAPPER_API void ClearPoints()
The Clear method removes all control and observed points that have been added to the list of points used to Solve this MathTransform.
void MathTransform_ClearPoints(GEOCALCPBW_NAMESPACE::MathTransform & mt)
{
mt.ClearPoints();
}