I think it's easy???

I think it's easy???

Anonymous
Not applicable
203 Views
0 Replies
Message 1 of 1

I think it's easy???

Anonymous
Not applicable
If I've used the selection event to create an index, one part (1), how do I convert it to a string? I'd like to see it in a list box.

Code:
Private Sub m_SelectEvents_OnSelect(ByVal JustSelectedEntities As Inventor.ObjectsEnumerator, ByVal SelectionDevice As Inventor.SelectionDeviceEnum, ByVal ModelPosition As Inventor.Point, ByVal ViewPosition As Inventor.Point2d, ByVal View As Inventor.View) Handles m_SelectEvents.OnSelect
'ByVal JustSelectedEntities As Inventor.ObjectsEnumerator, ByVal SelectionDevice As Inventor.SelectionDeviceEnum, ByVal ModelPosition As Inventor.Point, ByVal ViewPosition As Inventor.Point2d, ByVal View As Inventor.View


m_Part = JustSelectedEntities.Item(1)

Thanks,

Jon
0 Likes
204 Views
0 Replies
Replies (0)