internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_f_p_BaseDocument_Int32__p_BaseList2D obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #2
0
        public bool AttachHook(int hook_id, SWIGTYPE_p_f_p_BaseDocument_Int32__p_BaseList2D callback)
        {
            bool ret = C4dApiPINVOKE.GvWorld_AttachHook(swigCPtr, hook_id, SWIGTYPE_p_f_p_BaseDocument_Int32__p_BaseList2D.getCPtr(callback));

            return(ret);
        }