C++
int acedSSMemb( const ads_name ename, const ads_name ss );
File
acedads.h
Description
Tests whether the specified entity is a member of the specified selection set. The entity and selection set names must be valid for the current drawing.
Note Only entities from the current drawing's model space and paper space, not nongraphical objects or entities in other block definitions, can be tested by this function.
If acedSSMemb() finds ename, it returns RTNORM; if it doesn't, it returns RTERROR. When acedSSMemb() fails, it sets the system variable ERRNO to a value that indicates the reason for the failure.
Parameters
Parameters | Description |
---|---|
ename | Entity name |
ss | Name of the selection set |