Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi,

 

Sure you can. Here is a small code that let you pick a sketched symbol by hand and scale it to 2 :

 

Dim s As Inventor.SketchedSymbol 
s = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingSketchedSymbolFilter, "Pick a sketch Symbol")
s.Scale = 2 

 If this solved the problem, please mark this post as solution !

 

Kind regards,

FINET L.

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill