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

end section view in assembly

I would to make a ilogic code that End Section View before save.  So I need to make a ilogic code that try to end Section View.

 

 

I want this code because I offen forget to end the Section view in the assambly before I save ...so I want to not have to think about it

bt_0-1670569179918.png

 

 

https://spiderinnet2.typepad.com/blog/2012/07/inventor-net-find-all-the-control-definitions-1.html

End Section View - AssemblyEndSectionViewCmd

 

Dim oApp As Inventor.Application = ThisApplication

oApp.CommandManager.ControlDefinitions("AssemblyEndSectionViewCmd").Execute

Thanks that works