Beispiel #1
0
 public SWIGTYPE_p_DescEntry GetDown(SWIGTYPE_p_DescEntry de) {
   IntPtr cPtr = C4dApiPINVOKE.Description_GetDown(swigCPtr, SWIGTYPE_p_DescEntry.getCPtr(de));
   SWIGTYPE_p_DescEntry ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_DescEntry(cPtr, false);
   return ret;
 }
Beispiel #2
0
 public void GetDescEntry(SWIGTYPE_p_DescEntry de, SWIGTYPE_p_p_BaseContainer bc, DescID descid) {
   C4dApiPINVOKE.Description_GetDescEntry(swigCPtr, SWIGTYPE_p_DescEntry.getCPtr(de), SWIGTYPE_p_p_BaseContainer.getCPtr(bc), DescID.getCPtr(descid));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_DescEntry obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }