Exemplo n.º 1
0
 public static bool GvAllocDynamicData(GvNode bn, GvDynamicData data, GvDataInfo info) {
   bool ret = C4dApiPINVOKE.GvAllocDynamicData__SWIG_1(GvNode.getCPtr(bn), GvDynamicData.getCPtr(data), GvDataInfo.getCPtr(info));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(GvDataInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }