Beispiel #1
0
        public static SWIGTYPE_p_std__pairT_std__string_bool_t StripPrefixNamespace(string name, string matchNamespace)
        {
            SWIGTYPE_p_std__pairT_std__string_bool_t ret = new SWIGTYPE_p_std__pairT_std__string_bool_t(UsdCsPINVOKE.SdfPath_StripPrefixNamespace(name, matchNamespace), true);

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