[quote user="chris call"]Private Sub ILocateCommandEvents_Accept(ByVal Element As Element, Point As Point3d, ByVal View As View)
...
ActiveModelReference.UnselectAllElements
CommandState.StartDefaultCommand
End Sub[/quote]
You're mixing MicroStation idoms, which will confuse your user.
- It doesn't make sense to call UnselectAllElements from a Locate function. It certainly is not expected behaviour
- MicroStation commands continue to operate until another command is called. Deliberately terminating your command with StartDefaultCommand will surprise users