Пример #1
0
 public void SetRange(int index, FatigueModes values)
 {
     msclPINVOKE.FatigueModes_SetRange(swigCPtr, index, FatigueModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public FatigueModes(FatigueModes other) : this(msclPINVOKE.new_FatigueModes__SWIG_1(FatigueModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }