Share

acedSSSubentMemb

C++

int acedSSSubentMemb(
    const AcDbFullSubentPath& subentity, 
    const ads_name ss
);

File

acedsubsel.h

Description

Tests whether the specified subentity is a member of the specified selection set. The subentity and selection set names must be valid for the current drawing.

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.

Only entities from the current drawing's model space and paper space can be tested by this function. This function does not test nongraphical objects or entities in block definitions other than model space or paper space.

Returns RTNORM if it finds subentity in the selection set. Otherwise, returns RTERROR.

Parameters

Parameters Description
subentity Input the full subentity path
ss Input the name of the selection set

Was this information helpful?