Message 1 of 2
Replace part of view label without changing to string
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i am wondering is it possible to change view labels text but witout changing whole label to string,
now when i am placing flat pattern view via ilogic rule so i can show label as it is, with view name and scale, when editing view by double click on it and make different scale, label is auto updating but when i tried
view.Label.FormattedText
it changes whole label to string and after changing scale of view by hand it is't updating in view label,
i want to replace view name text from view name to symbol from AIGDT font (02xF)
if i make this by making label as formatted text scale auto updating is disabling, because scale is place as string text not value, and if i place it as value it is show as 0,05 not 1 : 20,
is it some simple way to make this rule?