All,
I am trying to create an array of MbePoints in VB6 using the Microstation
V7 object. When I use the command,
Dim msPoint as objMS.MbePoint
it works fine, but the decleration,
Dim msPoint() as objMS.MbePoint
Gives me an "Undefined data type" error.
What's the trick??
Thanks!!
Dave