public SdfPath GetTargetPathForAttribute(SWIGTYPE_p_SdfAttributeSpecConstHandle attr)
        {
            SdfPath ret = new SdfPath(UsdCsPINVOKE.SdfRelationshipSpecHandle_GetTargetPathForAttribute(swigCPtr, SWIGTYPE_p_SdfAttributeSpecConstHandle.getCPtr(attr)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_SdfAttributeSpecConstHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }