Example #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_LENGTHUNIT obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
   } /* </String_csout> */ 

  public static GeData StringToNumber(string /* constString&_cstype */ text, int format, int fps, SWIGTYPE_p_LENGTHUNIT lengthunit) {
    GeData ret = new GeData(C4dApiPINVOKE.StringToNumber__SWIG_0(text, format, fps, SWIGTYPE_p_LENGTHUNIT.getCPtr(lengthunit)), true);
    if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }