Ejemplo n.º 1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_GvValue obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public void FreeCalculationHandler(SWIGTYPE_p_p_GvValue value) {
   C4dApiPINVOKE.GvNode_FreeCalculationHandler(swigCPtr, SWIGTYPE_p_p_GvValue.getCPtr(value));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }