示例#1
0
 public bool GetDescription(Description description, DESCFLAGS_DESC flags) {
   bool ret = C4dApiPINVOKE.C4DAtom_GetDescription(swigCPtr, Description.getCPtr(description), (int)flags);
   return ret;
 }
示例#2
0
        public bool GetDescription(Description description, DESCFLAGS_DESC flags)
        {
            bool ret = C4dApiPINVOKE.C4DAtom_GetDescription(swigCPtr, Description.getCPtr(description), (int)flags);

            return(ret);
        }