Esempio n. 1
0
 public static void Copy(SWIGTYPE_p_NormalHandle destptr, int dst, SWIGTYPE_p_NormalHandle srcptr, int src) {
   C4dApiPINVOKE.NormalTag_Copy(SWIGTYPE_p_NormalHandle.getCPtr(destptr), dst, SWIGTYPE_p_NormalHandle.getCPtr(srcptr), src);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 2
0
 public SWIGTYPE_p_NormalHandle GetDataAddressW() {
   SWIGTYPE_p_NormalHandle ret = new SWIGTYPE_p_NormalHandle(C4dApiPINVOKE.NormalTag_GetDataAddressW(swigCPtr), true);
   return ret;
 }
Esempio n. 3
0
 public static void Set(SWIGTYPE_p_NormalHandle dataptr, int i, SWIGTYPE_p_NormalStruct s) {
   C4dApiPINVOKE.NormalTag_Set(SWIGTYPE_p_NormalHandle.getCPtr(dataptr), i, SWIGTYPE_p_NormalStruct.getCPtr(s));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_NormalHandle obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }