I’m using custom styles for most of my layers. I have a few questions:
How do I go about hiding labels for entire layers, and individual features? I noticed an IsActive property for the styles, but that only works with default styles from what I see.
How do I label shapefilefeaturelayers and personalgeodatabasefeaturelayers based on column data using a custom text style? Would I have to loop through each feature and add a label column, then set it equal to the column value of a different attribute? Or is there a quicker way to do this?