Hello all,It must be simple, but i don't see it.I'm looking for a way to access all properties of a characterMarkerSymbol: Formatted text, fill pattern, background and mask.Can somebody help with this.
If TypeOf pSymbol Is ICharacterMarkerSymbol Then
Dim pCharacterMarkerSymbol As ICharacterMarkerSymbol
Set pCharacterMarkerSymbol = pSymbol
debug.print pCharacterMarkerSymbol.Angle
...
'background ...
'fill pattern ...
'schadow ...
endif
Thanks, Henk