Exemple #1
0
        public GvPortListEntry GetIndex(int i)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvPortList_GetIndex(swigCPtr, i);
            GvPortListEntry       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvPortListEntry(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvPortListEntry obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #3
0
        public bool Remove(GvPortListEntry e)
        {
            bool ret = C4dApiPINVOKE.GvPortList_Remove(swigCPtr, GvPortListEntry.getCPtr(e));

            return(ret);
        }
Exemple #4
0
        public bool Append(GvPortListEntry e)
        {
            bool ret = C4dApiPINVOKE.GvPortList_Append(swigCPtr, GvPortListEntry.getCPtr(e));

            return(ret);
        }