public bool GetNext(SWIGTYPE_p_Int32 id, SWIGTYPE_p_p_GeData data)
        {
            bool ret = C4dApiPINVOKE.BrowseContainer_GetNext(swigCPtr, SWIGTYPE_p_Int32.getCPtr(id), SWIGTYPE_p_p_GeData.getCPtr(data));

            return(ret);
        }
Beispiel #2
0
        public int FindIndex(int id, SWIGTYPE_p_p_GeData ppData)
        {
            int ret = C4dApiPINVOKE.BaseContainer_FindIndex__SWIG_0(swigCPtr, id, SWIGTYPE_p_p_GeData.getCPtr(ppData));

            return(ret);
        }
Beispiel #3
0
 public void GetDataPointers(SWIGTYPE_p_Int32 ids, int cnt, SWIGTYPE_p_p_GeData data)
 {
     C4dApiPINVOKE.BaseContainer_GetDataPointers(swigCPtr, SWIGTYPE_p_Int32.getCPtr(ids), cnt, SWIGTYPE_p_p_GeData.getCPtr(data));
 }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_GeData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }