How do I delete an individual label without converting the entire data frame into annotation?
Answer
If you don't want to convert your labels to graphics or annotation then you can always use label SQL queries and label definitions For example if you only wanted to label a field TYPE with the field value "Forest" you could write:
"TYPE"= 'FOREST'
No comments:
Post a Comment