- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
is there a way to get the storey name of an element (bar) that I already get, i'm trying to get the force that belong to that bar and output them in Excel, but also i want to add a column of which storey that bar belong to, I'm looking for something like this
Dim storeyName As String
storeyName = bar.GetLabelName(I_LT_STOREY(name or label))
is there a way or i have to iterate through each storey and then put the bar code
Solved! Go to Solution.