JKEdmo Posted April 22 Share Posted April 22 Good morning, How do I change how my elevation line labels read? I'd like decimal feet with no decimal point and units for example 88 as opposed to 88.00 ft. Note that what's shown are manual terrain elevation lines and not contours. Thanks again, Jim Link to comment Share on other sites More sharing options...
Solution DBCooper Posted April 22 Solution Share Posted April 22 How did you get what you are already showing? Assuming you are using a "specified" label, you should be able to use %elevationf% to get the same as the automatic label. If you want it formatted differently, you can use %elevation% and add your own formatting options such as %elevation.to_ft.round(0)%. If you need something more complicated, then you would probably need to write your own custom macro. Link to comment Share on other sites More sharing options...
JKEdmo Posted April 22 Author Share Posted April 22 6 minutes ago, DBCooper said: How did you get what you are already showing? Assuming you are using a "specified" label, you should be able to use %elevationf% to get the same as the automatic label. If you want it formatted differently, you can use %elevation% and add your own formatting options such as %elevation.to_ft.round(0)%. If you need something more complicated, then you would probably need to write your own custom macro. Just out of the box output. I don't know anything about macros, but your second suggestion works perfectly. Thanks for that fix! Jim Link to comment Share on other sites More sharing options...
Renerabbitt Posted April 22 Share Posted April 22 1 hour ago, JKEdmo said: Just out of the box output. I don't know anything about macros, but your second suggestion works perfectly. Thanks for that fix! Don't display your elevation lines, instead turn on contours, primary and/or secondary Link to comment Share on other sites More sharing options...
JKEdmo Posted April 22 Author Share Posted April 22 10 minutes ago, Renerabbitt said: Don't display your elevation lines, instead turn on contours, primary and/or secondary I don't want to. I am duplicating topo lines from a survey drawing and I want them to closely match, so hence the manual input. I found that the auto-generated terrain contour lines don't match close enough for my purposes. Jim 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now