示例#1
0
 public void SetData(DOCUMENTSETTINGS type, BaseContainer bc)
 {
     C4dApiPINVOKE.BaseDocument_SetData(swigCPtr, (int)type, BaseContainer.getCPtr(bc));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void SetData(DOCUMENTSETTINGS type, BaseContainer bc) {
   C4dApiPINVOKE.BaseDocument_SetData(swigCPtr, (int)type, BaseContainer.getCPtr(bc));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#3
0
 public BaseContainer GetData(DOCUMENTSETTINGS type) {
   BaseContainer ret = new BaseContainer(C4dApiPINVOKE.BaseDocument_GetData(swigCPtr, (int)type), true);
   return ret;
 }
示例#4
0
        public BaseContainer GetData(DOCUMENTSETTINGS type)
        {
            BaseContainer ret = new BaseContainer(C4dApiPINVOKE.BaseDocument_GetData(swigCPtr, (int)type), true);

            return(ret);
        }