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