Revit Extensible Storage

Persist add-in data inside the Revit document with Extensible Storage, laid out as a data class, a schema definition, and a typed context per stored subject. USE FOR: storing custom data on a document or on an element, defining or evolving a schema, choosing where the data lives, and finding the elements that carry it. DO NOT USE FOR: reading or writing values the user sees as element parameters (use revit-element-and-parameter-access).

nice3point 157aaca 3 files · 18.5 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-api/skills/revit-extensible-storage commit 157aaca4b9

Frequently asked questions

npx skillmds@latest add nice3point/revit-extensible-storage