Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need some help in using the FindUsingVector() method in C#. According to the help file, there is the optional argument LocationPoints.
The help for VB says it is a Variant.
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
In C# intellisense tells me that out Locationspoints is of type object.
How do I get from this object to the set of points that the method should give as result?
Best regards
Erik
Solved! Go to Solution.