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

View DrawingBaseViewCmd

Hi,

 

How can I keep the DrawingBaseViewCmd visible, to give the user the possibility to directly change drawing view settings. 

 

Part of ilogic code:

 

sFileName = oPartTest.FullFileName
ThisApplication.CommandManager.PostPrivateEvent(kFileNameEvent,
sFileName)
oTest = ThisApplication.CommandManager.ControlDefinitions.Item("DrawingBaseViewCmd")
oTest.Execute

 

Labels (1)