public void SetTargetAttributeOrders(SWIGTYPE_p_std__mapT_SdfPath_std__vectorT_TfToken_t_std__lessT_SdfPath_t_t orders)
 {
     UsdCsPINVOKE.SdfRelationshipSpecHandle_SetTargetAttributeOrders(swigCPtr, SWIGTYPE_p_std__mapT_SdfPath_std__vectorT_TfToken_t_std__lessT_SdfPath_t_t.getCPtr(orders));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__mapT_SdfPath_std__vectorT_TfToken_t_std__lessT_SdfPath_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }