04-08-2021
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-08-2021
08:16 AM
Hello,
I use iLogic to automatically insert sketch symbols to a fixed position in a drawing.
I would like the symbol to be static or locked upon insertion so it cant be resized or rotated.
I have searched everywhere and cant find an answer.
Any suggestions would be greatly appreciated!
Thanks.
Solved! Go to Solution.
04-08-2021
09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-08-2021
09:23 AM
Hello,
You can find SketchedSymbol Methods and Properties on the Online help site: SketchedSymbol Object
The Static Property - Gets and sets whether to show the scale and rotation grip points on the SketchedSymbol
It is a Boolean variable set like this:
Dim MySketchedSymbol As SketchedSymbol
'MySketchedSymbol = 'However you are defining it
MySketchedSymbol.Static = True 'Sets symbol option Static.