10-18-2023
09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-18-2023
09:38 AM
Hi @thao.q.nguyen. That specific 3 lines of code might not work in VBA, because it is missing the 'Set' keyword in front of the second line, but it should work in an iLogic rule. Even in Inventor 2024 version the PlanarSketch.DimensionsVisible property is still present, and still a Read/Write Boolean. I just tested it from an iLogic rule and it worked just fine. However, if the Sketch object itself is not visible, the dimensions will not be visible either. So, you may have to make the sketch itself visible first.
Wesley Crihfield
(Not an Autodesk Employee)