internal static HandleRef getCPtr(SWIGTYPE_p_f_p_BaseDocument_LONG__p_BaseList2D obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 public bool AttachHook(int hook_id, SWIGTYPE_p_f_p_BaseDocument_LONG__p_BaseList2D callback) {
   bool ret = C4dApiPINVOKE.GvWorld_AttachHook(swigCPtr, hook_id, SWIGTYPE_p_f_p_BaseDocument_LONG__p_BaseList2D.getCPtr(callback));
   return ret;
 }