Example #1
0
 public DebugTimer(SWIGTYPE_p_Char str) : this(C4dApiPINVOKE.new_DebugTimer(SWIGTYPE_p_Char.getCPtr(str)), true)
 {
 }
Example #2
0
 public Filename(SWIGTYPE_p_Char arg0) : this(C4dApiPINVOKE.new_Filename__SWIG_1(SWIGTYPE_p_Char.getCPtr(arg0)), true)
 {
 }
Example #3
0
 public GeData(SWIGTYPE_p_Char n) : this(C4dApiPINVOKE.new_GeData__SWIG_9(SWIGTYPE_p_Char.getCPtr(n)), true)
 {
 }
Example #4
0
        public bool ReadChar(SWIGTYPE_p_Char v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadChar(swigCPtr, SWIGTYPE_p_Char.getCPtr(v));

            return(ret);
        }
Example #5
0
        public bool AddUniqueID(int appid, SWIGTYPE_p_Char mem, int bytes)
        {
            bool ret = C4dApiPINVOKE.BaseList2D_AddUniqueID(swigCPtr, appid, SWIGTYPE_p_Char.getCPtr(mem), bytes);

            return(ret);
        }