public SWIGTYPE_p_SdfRelationalAttributeSpecView GetAttributesForTargetPath(SdfPath path)
        {
            SWIGTYPE_p_SdfRelationalAttributeSpecView ret = new SWIGTYPE_p_SdfRelationalAttributeSpecView(UsdCsPINVOKE.SdfRelationshipSpecHandle_GetAttributesForTargetPath(swigCPtr, SdfPath.getCPtr(path)), true);

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