public ArLineSegmentVector(ArLineSegmentVector other) : this(AriaCSPINVOKE.new_ArLineSegmentVector__SWIG_1(ArLineSegmentVector.getCPtr(other)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public virtual ArLineSegmentVector getLines()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArMap_getLines__SWIG_1(swigCPtr);
            ArLineSegmentVector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArLineSegmentVector(cPtr, false);

            return(ret);
        }
 public ArLineSegmentVectorEnumerator(ArLineSegmentVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, ArLineSegmentVector values)
 {
     AriaCSPINVOKE.ArLineSegmentVector_SetRange(swigCPtr, index, ArLineSegmentVector.getCPtr(values));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static ArLineSegmentVector Repeat(ArLineSegment value, int count)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArLineSegmentVector_Repeat(ArLineSegment.getCPtr(value), count);
            ArLineSegmentVector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArLineSegmentVector(cPtr, true);

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

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
 public virtual void setLines(ArLineSegmentVector lines)
 {
     AriaCSPINVOKE.ArMap_setLines__SWIG_3(swigCPtr, ArLineSegmentVector.getCPtr(lines));
 }
Example #8
0
 public virtual void setLines(ArLineSegmentVector lines, string scanType)
 {
     AriaCSPINVOKE.ArMap_setLines__SWIG_2(swigCPtr, ArLineSegmentVector.getCPtr(lines), scanType);
 }
Example #9
0
 public virtual void setLines(ArLineSegmentVector lines, string scanType, bool isSortedLines, SWIGTYPE_p_ArMapChangeDetails changeDetails)
 {
     AriaCSPINVOKE.ArMap_setLines__SWIG_0(swigCPtr, ArLineSegmentVector.getCPtr(lines), scanType, isSortedLines, SWIGTYPE_p_ArMapChangeDetails.getCPtr(changeDetails));
 }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArLineSegmentVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }