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