Exemplo n.º 1
0
        public bool SetReferences(SWIGTYPE_p_SdfReferenceVector items)
        {
            bool ret = UsdCsPINVOKE.UsdReferences_SetReferences(swigCPtr, SWIGTYPE_p_SdfReferenceVector.getCPtr(items));

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