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