Example #1
0
 public static void KillDocument(SWIGTYPE_p_p_BaseDocument doc) {
   C4dApiPINVOKE.KillDocument(SWIGTYPE_p_p_BaseDocument.getCPtr(doc));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_BaseDocument obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public static void Free(SWIGTYPE_p_p_BaseDocument v) {
   C4dApiPINVOKE.BaseDocument_Free(SWIGTYPE_p_p_BaseDocument.getCPtr(v));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }