public virtual void iGetPortList(GvNode bn, GvPortIO port, GvPortList portlist) { C4dApiPINVOKE.GvOperatorData_iGetPortList(swigCPtr, GvNode.getCPtr(bn), (int)port, GvPortList.getCPtr(portlist)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
} /* </String_csout> */ public static void GvGetPortList(GvPortsDescInfo info, GvPortIO port, GvPortList portlist) { C4dApiPINVOKE.GvGetPortList(GvPortsDescInfo.getCPtr(info), (int)port, GvPortList.getCPtr(portlist)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
public void GetPortList(GvPortIO port, GvPortList portlist) { C4dApiPINVOKE.GvNode_GetPortList(swigCPtr, (int)port, GvPortList.getCPtr(portlist)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(GvPortList obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }