Example #1
0
 public void SetRange(int index, VectorGuid values)
 {
     PapillonPINVOKE.VectorGuid_SetRange(swigCPtr, index, VectorGuid.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public VectorGuid(VectorGuid other) : this(PapillonPINVOKE.new_VectorGuid__SWIG_1(VectorGuid.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }