Example #1
0
 public void SetRange(int index, DeviceParamList values)
 {
     GmsecPINVOKE.DeviceParamList_SetRange(swigCPtr, index, DeviceParamList.getCPtr(values));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }