public void SetRange(int index, ArPTZPtrVector values)
 {
     AriaCSPINVOKE.ArPTZPtrVector_SetRange(swigCPtr, index, ArPTZPtrVector.getCPtr(values));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ArPTZPtrVector(ArPTZPtrVector other) : this(AriaCSPINVOKE.new_ArPTZPtrVector__SWIG_1(ArPTZPtrVector.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }