What is the macro cmd to select a defined level name in the Select By
Attribute dialog box?
I am using the macro recorder to develop a macro. After recording I
get the following
Sub main
Dim startPoint As MbePoint
Dim point As MbePoint, point2 As MbePoint
' Start a command
MbeSendCommand "MDL SILENTLOAD SELECTBY dialog"
MbeSendCommand "DIALOG SELECTBY "
MbeSendCommand "SELECTBY EXECUTE "
MbeSendCommand "DELETE ELEMENT "
End Sub
I want to eliminate the user having to select a level, rather I want
to write a cmd in my macro to select a certain Level Name then execute
something <delete> or <change attribute>
thanks in advance
redbyrd