Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
J-Camper
in reply to: wtriplett

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.