Question: Find element by identifier #7776
Unanswered
zhang-zimin
asked this question in
Q&A
Replies: 1 comment
-
Hi. Try this query: SELECT e.*
FROM bis.Element e
JOIN bis.ExternalSourceAspect a ON a.Element.Id = e.ECInstanceId
WHERE a.Identifier = ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question:How can I query all elements with properties using a MicroStation identifier ID in an iModel?
Beta Was this translation helpful? Give feedback.
All reactions