/// <since>5.0</since> public bool PickGumball(Rhino.Input.Custom.PickContext pickContext, Rhino.Input.Custom.GetPoint getPoint) { IntPtr pThis = NonConstPointer(); IntPtr pConstPickContext = pickContext.ConstPointer(); IntPtr pGetPoint = IntPtr.Zero; if (getPoint != null) { getPoint.NonConstPointer(); } return(UnsafeNativeMethods.CRhinoGumballDisplayConduit_PickGumball(pThis, pConstPickContext, pGetPoint)); }