Message 1 of 4
iLogic to select by iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
looking to detect if a view is selected, I think I used IsSelected in VBA with Autocad or Excel before,
but it does not exist in inventor iLogic,
please help.
For Each oView In oSheet.DrawingViews
If oView.IsSelected=true then .......
next