Message 1 of 7
Not applicable
05-27-2014
02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hej
I would like to rotate existing Sketched Symbol with iLogic. I can scale it with this code, but I can't use the same to rotate.
For Each sketched As SketchedSymbol In oSheet.SketchedSymbols
If (sketched.Name = "Snit_C") Then
sketched.Scale = 2
sketched.Rotate = 30
End If
Next
It get error:
Error in rule: SymbolRul, in document: TS_FG_BR.idw
Det offentlige medlem 'Rotate' i typen 'SketchedSymbol' blev ikke fundet.
If anyone can help. It will be nice.
Lilia
Solved! Go to Solution.