Item() call syntax
Posted: Wed Jul 04, 2007 8:42 am
In the latest release you have made changes to the Frame::Item() method so it works with vb6.
From the API...
Old - Item(Index as long,NPPointCloudPoint as INPPointCloudPoint)
New - Item(a_vlIndex as long) as INPPointCloudPoint
What would be the proper syntax for calling this method now?
"obj_Frame.Item int_Count, obj_Point" worked fine before
From the API...
Old - Item(Index as long,NPPointCloudPoint as INPPointCloudPoint)
New - Item(a_vlIndex as long) as INPPointCloudPoint
What would be the proper syntax for calling this method now?
"obj_Frame.Item int_Count, obj_Point" worked fine before