Exemplo n.º 1
0
 public bool Remove(GvPortListEntry e) {
   bool ret = C4dApiPINVOKE.GvPortList_Remove(swigCPtr, GvPortListEntry.getCPtr(e));
   return ret;
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(GvPortListEntry obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 3
0
 public bool Append(GvPortListEntry e) {
   bool ret = C4dApiPINVOKE.GvPortList_Append(swigCPtr, GvPortListEntry.getCPtr(e));
   return ret;
 }