public ArPTZPtrVector(ArPTZPtrVector other) : this(AriaCSPINVOKE.new_ArPTZPtrVector__SWIG_1(ArPTZPtrVector.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ArPTZPtrVectorEnumerator(ArPTZPtrVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, ArPTZPtrVector values)
 {
     AriaCSPINVOKE.ArPTZPtrVector_SetRange(swigCPtr, index, ArPTZPtrVector.getCPtr(values));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static ArPTZPtrVector Repeat(ArPTZ value, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPTZPtrVector_Repeat(ArPTZ.getCPtr(value), count);
            ArPTZPtrVector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPTZPtrVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public ArPTZPtrVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArPTZPtrVector_GetRange(swigCPtr, index, count);
            ArPTZPtrVector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArPTZPtrVector(cPtr, true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArPTZPtrVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }