Hello everybody,
I wonder how to set the size of the pointsymbol for a layer in vba.
I use for example:
Can anybody give me a hint what to do?
Thanks again
I wonder how to set the size of the pointsymbol for a layer in vba.
I use for example:
colLayers(strLayers(intLayerCount)).setLineWidth Forms!frmMap.mapMain, objRec!LayerLineWidth
to set the linewidth. I experimented with somthing like:colLayers(strLayers(intLayerCount)).setPointSize Forms!frmMap.mapMain, 5
But that does not seem right.Can anybody give me a hint what to do?
Thanks again