- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone please explain why the following code generates a Syntax error for the 'oSymbol.Scale=0.5' . If I remove the offending 'Scale' line of code then my symbols rotate as expected?
Thanks
Roger Mitchell
Dim oSymbol As SketchedSymbol
Dim oSymbols As SketchedSymbols
For Each oSymbol In oSymbols
oSymbol.Scale=0.5 'This line gives a Syntax error
oSymbol.Rotation = 1.571 'This works as expected
Next
Solved! Go to Solution.
