AcMapDMGroup:: SelectElementsWithStyleApplied Method
Retrieves the IDs of the elements that have references to the specified style at the specified scale.
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 ID of the AcMapDMStyle object. |
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].