Пример #1
0
 public void SetRange(int index, PointVector values)
 {
     delivery_modelPINVOKE.PointVector_SetRange(swigCPtr, index, PointVector.getCPtr(values));
     if (delivery_modelPINVOKE.SWIGPendingException.Pending)
     {
         throw delivery_modelPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public PointVector(PointVector other) : this(delivery_modelPINVOKE.new_PointVector__SWIG_1(PointVector.getCPtr(other)), true)
 {
     if (delivery_modelPINVOKE.SWIGPendingException.Pending)
     {
         throw delivery_modelPINVOKE.SWIGPendingException.Retrieve();
     }
 }