public RDProps(RDProps rhs) : this(RDKFuncsPINVOKE.new_RDProps__SWIG_1(RDProps.getCPtr(rhs)), true) { if (RDKFuncsPINVOKE.SWIGPendingException.Pending) { throw RDKFuncsPINVOKE.SWIGPendingException.Retrieve(); } }
public void updateProps(RDProps source) { RDKFuncsPINVOKE.RDProps_updateProps__SWIG_1(swigCPtr, RDProps.getCPtr(source)); if (RDKFuncsPINVOKE.SWIGPendingException.Pending) { throw RDKFuncsPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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); }