Example #1
0
 public void SetRange(int index, StringVector2d values)
 {
     csSmartIdEnginePINVOKE.StringVector2d_SetRange(swigCPtr, index, StringVector2d.getCPtr(values));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public StringVector2d(StringVector2d other) : this(csSmartIdEnginePINVOKE.new_StringVector2d__SWIG_1(StringVector2d.getCPtr(other)), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }