Force single object selection only - acedSSGet ":S"

Force single object selection only - acedSSGet ":S"

Anonymous
Not applicable
1,010 Views
2 Replies
Message 1 of 3

Force single object selection only - acedSSGet ":S"

Anonymous
Not applicable

I force acedSSGet() func to get only one object with ":S".   
like this:
acedSSGet(_T("_:S"), NULL, NULL, rb, sset);

but It does't work . I  can still select more than one Entities.
Can someone help me or Give a sample code ?

Thanks in advance.

0 Likes
Accepted solutions (1)
1,011 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

int rc = acedSSGet(_T("_+.:S"), NULL, NULL, rb, sset);
这样可以选择单个实体.
0 Likes
Message 3 of 3

Anonymous
Not applicable

int rc = acedSSGet(_T("_+.:S"), NULL, NULL, rb, sset);
这样可以选择单个实体.
0 Likes