You are currently reviewing an older revision of this page.
You may see two manifestions when you try to extract utility from graphics when the source graphic is a Multi Line.
The crash (#2) is in the pipeline for fix in a near maintenance release. Both problems will be corrected in a future release enhancment by allowing Multi Line picking and filtering.
In the interim, the suggested workaround is to convert the multi lines to line strings and then pick/filter on the line string. Attached here is a Microstation Basic macro to assist in that process. This macro originated and has been posted elsewhere in these forums by Harry Stegeman. I made a single modification to produce the line string but NOT delete the original multi line.
After save the macro to your desired loocation, you can run it by the key in macro Path\chglines.bas.
If a fence or selection set is active then it will be used. Otherwise, it goes into pick mode.
The results will be a linestring which matches the sylmbology of the original multi line. The original multi line is not deleted.