Example #1
0
 public void SetRange(int index, PpsSourceOptions values)
 {
     msclPINVOKE.PpsSourceOptions_SetRange(swigCPtr, index, PpsSourceOptions.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public PpsSourceOptions(PpsSourceOptions other) : this(msclPINVOKE.new_PpsSourceOptions__SWIG_1(PpsSourceOptions.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }