Example #1
0
 public void Insert(int index, DeviceParam value)
 {
     GmsecPINVOKE.DeviceParamList_Insert(swigCPtr, index, DeviceParam.getCPtr(value));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }