Hi. When converting I get an error when compiling Unrecognized command: (. Dim i_obj_type As SmallInt, x1, y1, x2, y2, x3,y3 As Float, new_pnt As Object i_obj_type = ObjectInfo(objOBJECT, OBJ_INFO_TYPE) ' ... then the object is a polyline... x1 = ObjectNodeX(objOBJECT, 1, 1) ' read longitude ...
|