Skip to content

Commit 315c93a

Browse files
committed
update docs
1 parent c529245 commit 315c93a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
26.6 KB
Loading

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ForgeTypeId label corresponds to static properties defined on:
8686

8787
### better support for Revit Extensible Storage
8888

89-
Revit database explorer allows you to snoop all schemas that are loaded into Revit memory, and you can easily get all elements that have an entity of a given schema. You get access to Extensible Storage data exactly like through RevitApi, by invoking: Element.GetEntity(). In contrast to Revit Lookup, you will only see entities that you can read and really exist in a given element. (Revit Lookup shows an exception when cannot access an entity even when an entity does not exist in a given element....)
89+
Revit database explorer allows you to snoop all schemas that are loaded into Revit memory, and you can easily get all elements that have an entity of a given schema. You get access to Extensible Storage data exactly like through RevitAPI, by invoking: Element.GetEntity().
9090

9191
![better-support-for-revit-extensible-storage](documentation/examples/better-support-for-revit-extensible-storage.gif)
9292

0 commit comments

Comments
 (0)