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