Exemplo n.º 1
0
 public void SetRange(int index, Point2DfArray values)
 {
     solar_datastructurePINVOKE.Point2DfArray_SetRange(swigCPtr, index, Point2DfArray.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public Point2DfArray(Point2DfArray other) : this(solar_datastructurePINVOKE.new_Point2DfArray__SWIG_1(Point2DfArray.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }