Does CommandFlags.UsePickSet work with SelectEntity?

Does CommandFlags.UsePickSet work with SelectEntity?

Sinc
Advisor Advisor
544 Views
2 Replies
Message 1 of 3

Does CommandFlags.UsePickSet work with SelectEntity?

Sinc
Advisor
Advisor
I have a routine that refuses to use the pick set that is selected when the command starts.

As far as I can tell, the only difference between it and the ones that work is that this is the only one that uses the Editor.SelectEntity() method. Does the UsePickSet command flag have any effect on SelectEntity()?
Sinc
0 Likes
545 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
UsePickSet is only for multiple object selection, which are the methods that wrap calls to acedSSGet() (the ones that take a SelectionFilter).

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2008
Supporting AutoCAD 2000 through 2008
http://www.acadxtabs.com

wrote in message news:5840203@discussion.autodesk.com...
I have a routine that refuses to use the pick set that is selected when the command starts.

As far as I can tell, the only difference between it and the ones that work is that this is the only one that uses the Editor.SelectEntity() method. Does the UsePickSet command flag have any effect on SelectEntity()?
0 Likes
Message 3 of 3

Sinc
Advisor
Advisor
Well, that answers that.

Thanks, Tony.
Sinc
0 Likes