Share

acedSSMemb

C++

ACCORE_PORT 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.

Parameters

Parameters Description
ename Entity name
ss Name of the selection set

Returns

Returns RTNORM if ename is found; else RTERROR. When acedSSMemb() fails, it sets the system variable ERRNO to a value that indicates the reason for the failure.

Previous Declaration

AutoCAD 2025 and Earlier

int acedSSMemb(const ads_name ename, const ads_name ss);

Was this information helpful?