예제 #1
0
 public void SetRange(int index, VehicleModeTypes values)
 {
     msclPINVOKE.VehicleModeTypes_SetRange(swigCPtr, index, VehicleModeTypes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public VehicleModeTypes(VehicleModeTypes other) : this(msclPINVOKE.new_VehicleModeTypes__SWIG_1(VehicleModeTypes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }