Message 1 of 2

Not applicable
07-18-2013
01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've figured out how to get the end points from an Edge in C#, but I can't get the same commands to run in VB.Net. Anyone know how? I have this, but doesn't work:
Dim HDAr As Reference = EELine.EndPointReference(0) Dim HDAs As Reference = EELine.EndPointReference(1)
Solved! Go to Solution.