示例#1
0
 public void SetRange(int index, AdaptiveMeasurementModes values)
 {
     msclPINVOKE.AdaptiveMeasurementModes_SetRange(swigCPtr, index, AdaptiveMeasurementModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public AdaptiveMeasurementModes(AdaptiveMeasurementModes other) : this(msclPINVOKE.new_AdaptiveMeasurementModes__SWIG_1(AdaptiveMeasurementModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }