Revit Failure Handling

Suppress expected Autodesk Revit warnings and failures during a bounded API operation with Nice3point.Revit.Toolkit RevitApiContext. USE FOR: auto-resolving or auto-cancelling a known failure that would otherwise block opening a document, loading a family, or committing a transaction. DO NOT USE FOR: suppressing UI dialogs that are not failures (use RevitContext.BeginDialogSuppressionScope), or running API work from outside the Revit API context (use a Toolkit external event).

nice3point 99be742 3.4 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-api/skills/revit-failure-handling commit 99be74261d

Frequently asked questions

npx skillmds@latest add nice3point/revit-failure-handling