public void SetRange(int index, UsdPropertyVector values)
 {
     UsdCsPINVOKE.UsdPropertyVector_SetRange(swigCPtr, index, UsdPropertyVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public UsdPropertyVector(UsdPropertyVector other) : this(UsdCsPINVOKE.new_UsdPropertyVector__SWIG_1(UsdPropertyVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }