Message 1 of 4
How to read/write to Catchment Properties using .Net API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For a catchment, I want to be able to read/write the catchment properties such as runoff coefficient, Referenced Pipe Network Structure programmatically, for interoperability with other software:
However, it seems that there are no relevant properties under Autodesk.Civil.DatabaseServices.Catchment. And there is a post that somehow manages to export the referenced structure, by somehow exploiting the CatchmentLabel property ( which to me seems very brittle). But I doubt whether the code will work for all properties, under both read/write condition ( not just read).
Anyway to do this?