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