Question: Find Revit source element ID #8168
Replies: 1 comment 1 reply
-
Hi @ongiao2301 ! Were you able to find the answer to your question? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an iModel that converted from Revit files. How can I find the source ID of an element in Revit using the element ID shown in the itwin viewer? I am using
SELECT Identifier FROM BisCore:ExternalSourceAspect WHERE Element.id = ${elementID}'
, but return nothingBeta Was this translation helpful? Give feedback.
All reactions