Esempio n. 1
0
 public void SetRange(int index, PolygonVector values)
 {
     bwtaPINVOKE.PolygonVector_SetRange(swigCPtr, index, PolygonVector.getCPtr(values));
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public PolygonVector(PolygonVector other) : this(bwtaPINVOKE.new_PolygonVector__SWIG_1(PolygonVector.getCPtr(other)), true)
 {
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }