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