Message 1 of 26
SelectSet.Select method how to use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am trying to use Select.Set object but I am failing to add objects to it.
Can someone advice please:
Dim oComponentList As Inventor.SelectSet Dim obj As Object For Each obj In _invApp.ActiveDocument.SelectSet oComponentList.Select(obj) Debug.Print(obj.Name) Next
Debug.Print(obj.Name)
Works fine, but for
oComponentList.Select(obj)
I an getting an error:
Can someone explain me how shod I use .Select Method to add objects to Select.Set?
Cris.
Cris,
https://simply.engineering
https://simply.engineering