Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
does anybody has an example of the FindUsingVector command in vb.net?
There is already an vba example in a previous post ("FindUsingVector") but it didn't work in vb.net.
I think the issue is that in vb.net all arrays are 0 based but the FindUsingVector command needs a 1 based array for the ObjectTypes().
Autodesk help:
ComponentDefinition.FindUsingVector( OriginPoint As Point, Direction As UnitVector, ObjectTypes() As SelectionFilterEnum, [UseCylinder] As Boolean, [ProximityTolerance] As Variant, [VisibleObjectsOnly] As Boolean, [LocationPoints] As Variant ) As ObjectsEnumerator
Thanks in advance
pveng
Solved! Go to Solution.