AcMapDMMap::SelectElementsWithStyleApplied Method

Land Desktop Development ARX CPP SDK

AcMapDMMap:: SelectElementsWithStyleApplied Method
 

Retrieves elements that reference the specified style at the specified scale threshold.

virtual Acad::ErrorStatus SelectElementsWithStyleApplied(
    AcDbObjectIdArray& aElementIds, 
    const AcDbObjectId& styleId, 
    double dDisplayScale, 
    bool bSkipDisabled = true
);
Parameters 
Description 
aElementIds 
Output IDs of the elements that refer to the style.  
styleId 
Input AcMapDMStyle object ID.  
dDisplayScale 
Input display scale.  
bSkipDisabled 
Input true to skip styles that are disabled at the specified scale. The default value is true.  
Returns

Returns Acad::eOk if successful; otherwise, returns a different error code.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].