How to enable PersistentOnPolysurface via api

How to enable PersistentOnPolysurface or OnPolysurface via c# rhinocommon api?

Hi @ken_zhang,

The best you can do is script these built-in GetPoint options by doing something like:

RhinoApp.RunMenuScript("OnPolySrf");

– Dale