Exemple #1
0
 public GeData(BaseLink n) : this(C4dApiPINVOKE.new_GeData__SWIG_14(BaseLink.getCPtr(n)), true) {
 }
Exemple #2
0
 public bool CopyTo(BaseLink dst, COPYFLAGS flags, AliasTrans trn) {
   bool ret = C4dApiPINVOKE.BaseLink_CopyTo(swigCPtr, BaseLink.getCPtr(dst), (int)flags, AliasTrans.getCPtr(trn));
   return ret;
 }
Exemple #3
0
 public void SetBaseLink(BaseLink v) {
   C4dApiPINVOKE.GeData_SetBaseLink(swigCPtr, BaseLink.getCPtr(v));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #4
0
 internal static HandleRef getCPtr(BaseLink obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }