public void FreeCalculationTable(SWIGTYPE_p_p_GvCalcTable table)
 {
     C4dApiPINVOKE.GvNodeMaster_FreeCalculationTable(swigCPtr, SWIGTYPE_p_p_GvCalcTable.getCPtr(table));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_GvCalcTable obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }