How to display control points

HI
Is there a c++ sdk function used to display the control points of a curve or surface?
I think display the curve and surface grips will be more suitable.

Use CRhinoObject::EnableGrips(). See rhinoSdkObject.h for details.

Thanks.