IModel Props Export #7440
Answered
by
pmconne
zhang-zimin
asked this question in
Q&A
IModel Props Export
#7440
-
Does ITwin.js have a method to export all property information of an IModel? Or is there an interface available to query it? |
Beta Was this translation helpful? Give feedback.
Answered by
pmconne
Dec 2, 2024
Replies: 1 comment 1 reply
-
Hi @zhang-zimin. iTwin.js provides an entire set of libraries to query and format property information. For lower-level raw property data you can use methods on IModelConnection.elements. We do not provide a generic "dump all property data to <xml|csv|some-other-format>" API, but you could write one specific to your needs using the APIs I mentioned above. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zhang-zimin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zhang-zimin.
iTwin.js provides an entire set of libraries to query and format property information. For lower-level raw property data you can use methods on IModelConnection.elements. We do not provide a generic "dump all property data to <xml|csv|some-other-format>" API, but you could write one specific to your needs using the APIs I mentioned above.