AcDbBasicFilter::SetLayers Method

Land Desktop Development ARX CPP SDK

AcDbBasicFilter:: SetLayers Method
 

Sets the layers on which to filter objects. NULL and empty strings ("") are invalid values. See also Layers().

Acad::ErrorStatus SetLayers(
    const ACHAR* layerFilter
);
Parameters 
Description 
layerFilter 
Input layer name(s). Separate multiple names by commas. If the layer filter is "*", and both block and feature-class filters are "" (ignore during filtering), then objects on all layers are filtered. Layer names are case-insensitive.  
Returns

Returns Acad::ErrorStatus eOk if successful. Returns Acad::ErrorStatus eInvalidInput if parameter validation failed.

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