Example #1
0
 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();
 }
Example #2
0
   } /* </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();
  }
Example #3
0
 public void GetPortList(GvPortIO port, GvPortList portlist) {
   C4dApiPINVOKE.GvNode_GetPortList(swigCPtr, (int)port, GvPortList.getCPtr(portlist));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #4
0
 internal static HandleRef getCPtr(GvPortList obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }