Example #1
0
 public void FreeNodeGUI(SWIGTYPE_p_p_GvNodeGUI gui)
 {
     C4dApiPINVOKE.GvWorld_FreeNodeGUI(swigCPtr, SWIGTYPE_p_p_GvNodeGUI.getCPtr(gui));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_GvNodeGUI obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }