- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to create a series of feature lines using the .Net API and am running into an issue. I want to allow the user to set the name of each feature line. When I try to do that by setting featureLine.Name = "Custom Name" I can see that the featureLine.Name property has been changed but when I check in the actual drawing the Name property is blank.
I noticed while playing around in Civil 3D that when I select a feature line there is an option to Apply Feature Line Names. This opens a dialogue window which contains a checkbox for the Name property and a textbox that allows me to enter a name for the feature line. If I open uncheck this box it will remove any name that I have entered previously. Is there a call I need to be making through the API to set the checkbox property in that window to true in order to allow the name to be set and visible?
Thank you in advance!
Solved! Go to Solution.