CannotMaketypeCB in Revit 2018 - Builtin Failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I have a problem with Revit 2018 regarding the builtinFailure.
I have a simple code written in Revit 2017, that retrieves the CannotMakeType error using the BuiltInFailures.FamilyFailures.CannotMakeTypeCB property and than Proceeds.
The same code running in Revit 2018 doesn't retrieve that error and instead gives me a different window in the UI. I've tried to debug the code, adding other properties to find out what is the corrispondent property in the new version, but I can't solve that and the error is still there.
Is there any difference between the two versions?
I attach my simple macros, any advice or idea?
One more question, is it possible through the Guid of the error finding out the corrispondent property? I know the guid of the "new error in Revit 2018" but I don't know which property it's for.
Thanks!