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