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; }
internal static HandleRef getCPtr(GvDataInfo obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }