public static bool GvGetAllDataTypes(GvPortDescInfo info, SWIGTYPE_p_ULONG default_flag, int first_id) { bool ret = C4dApiPINVOKE.GvGetAllDataTypes(GvPortDescInfo.getCPtr(info), SWIGTYPE_p_ULONG.getCPtr(default_flag), first_id); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public static void GvFreePortDescInfo(GvPortDescInfo info) { C4dApiPINVOKE.GvFreePortDescInfo(GvPortDescInfo.getCPtr(info)); }
internal static HandleRef getCPtr(GvPortDescInfo obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }