Message 1 of 4
Not applicable
02-12-2013
06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know of the best appraoch to passing Points and/or vectors as parameters to external functions written using VB.NET and incorperating Inventor API calls?
I would like to have a function written in Intent that looks something like:
Function iv_FooBar(PointParam As Point, VectParam as Vector) As String
.......
End Function
But I am unclear as to what the VB end needs to look like:
I was hoping to have something like:
Public SharedFunction iv_FooBar(ByVal PointParam As Inventor.ComponentOccurrence, ByVal VectParam as ????????) As String
But I guess it's not as simple as that!
Solved! Go to Solution.
Reply
Reply