When using Named Expressions how can I find out a dialogs ID, example below. Looking for the "Choose Element - Element Selection" dialog ID.
Session.IsMdlDialogOpen(-7, "REF")
I did get this to work after some testing with your seggested expression. The one that worked for me seem to be
Expression = Session.ActiveCommandKeyin()="CHOOSE ELEMENT". This is actually a delivered Named Expression named "IsSelectionTool"
Mike LongstreetVermont Agency of TransportationCivil Engineering Technical SupportVTCAD Help
Answer Verified By: Mike Longstreet
I'm sure I tried just that expression, maybe I had a space after the = or some other syntax error. Glad to have helped you to find it!
Marc