Share

AcDbLayerStateManager::removeLayerStateLayers

C++

Acad::ErrorStatus removeLayerStateLayers(
    const ACHAR * sName, 
    const AcStringArray& layerNames
);

Description

Removes layers from a layer state.

Parameters

Parameters Description
sName Input a name of the layer state from which the layers should be removed
layerNames Input an array of names of layers to be removed from the layer state

Links

AcDbLayerStateManager

Was this information helpful?