Message 1 of 5
Modify <VIEW IDENTIFIER> programmatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- I have a drawing with a section view.
- I want to add some text to the View Identifiers, example: A becomes A-88 as shown.
- I do not want to change the label text, meaning I want the section view label to remain SECTION A-A.
- There is no API support for the section line view identifier text, so we can not access that programmatically
- feel free to correct me if I am wrong about that
This is a step of a larger automation piece.
Does anyone have any ideas of how we might go about this?
Currently, the best idea we have is to attempt to programmatically select the section line, by first filtering for only those, or using some layer control, etc. And then execute a command to edit the text, use send key to press the OK button, etc.
- Have any of you ever done something similar?
- Anyone have any ideas on this?
- @MjDeck do you have any thoughts on the best way to approach this?
Thanks in advance!