예제 #1
0
 public RDProps(RDProps rhs) : this(RDKFuncsPINVOKE.new_RDProps__SWIG_1(RDProps.getCPtr(rhs)), true)
 {
     if (RDKFuncsPINVOKE.SWIGPendingException.Pending)
     {
         throw RDKFuncsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void updateProps(RDProps source)
 {
     RDKFuncsPINVOKE.RDProps_updateProps__SWIG_1(swigCPtr, RDProps.getCPtr(source));
     if (RDKFuncsPINVOKE.SWIGPendingException.Pending)
     {
         throw RDKFuncsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public void updateProps(RDProps source, bool preserveExisting)
 {
     RDKFuncsPINVOKE.RDProps_updateProps__SWIG_0(swigCPtr, RDProps.getCPtr(source), preserveExisting);
     if (RDKFuncsPINVOKE.SWIGPendingException.Pending)
     {
         throw RDKFuncsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RDProps obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }