internal static HandleRef getCPtr(SWIGTYPE_p_p_ViewportSelect obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public static void Free(SWIGTYPE_p_p_ViewportSelect p) {
   C4dApiPINVOKE.ViewportSelect_Free(SWIGTYPE_p_p_ViewportSelect.getCPtr(p));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }