public void SetScaleSymbols( bool scaleSymbols )
Public Sub SetScaleSymbols( _ ByVal scaleSymbols As Boolean _ )
Parameters
- scaleSymbols
- true - only take effect when the map's ReferenceScale is > 0. Symbol size will get larger if you zoom in to a scale larger than the ReferenceScale and smaller if you zoom out to a scale smaller than the ReferenceScale.
false - the size of any symbols or text remains the same irrespective of map scale.