internal static HandleRef getCPtr(SWIGTYPE_p_p_GeData obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #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;
 }
Example #3
0
 public bool GetNext(SWIGTYPE_p_LONG id, SWIGTYPE_p_p_GeData data) {
   bool ret = C4dApiPINVOKE.BrowseContainer_GetNext(swigCPtr, SWIGTYPE_p_LONG.getCPtr(id), SWIGTYPE_p_p_GeData.getCPtr(data));
   return ret;
 }
Example #4
0
 public void GetDataPointers(SWIGTYPE_p_LONG ids, int cnt, SWIGTYPE_p_p_GeData data) {
   C4dApiPINVOKE.BaseContainer_GetDataPointers(swigCPtr, SWIGTYPE_p_LONG.getCPtr(ids), cnt, SWIGTYPE_p_p_GeData.getCPtr(data));
 }