WRAPPER_API CoordPoint &get_PointStyle()
WRAPPER_API const CoordPoint &get_PointStyle() const
The get_PointStyle returns a CoordPoint that is used as a template for points in this CoordSys.
void CoordSys_getPointStyle(GeoCalcPBW::CoordSys & cs)
{
GeoCalcPBW::CoordPoint * pt = cs.get_PointStyle().CloneCoordPoint();
}