Example #1
0
 public void SetRange(int index, VectorOfStringVector values)
 {
     CoolPropPINVOKE.VectorOfStringVector_SetRange(swigCPtr, index, VectorOfStringVector.getCPtr(values));
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public VectorOfStringVector(VectorOfStringVector other) : this(CoolPropPINVOKE.new_VectorOfStringVector__SWIG_1(VectorOfStringVector.getCPtr(other)), true)
 {
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }