Share

AcDbLayerStateManager::addLayerStateLayers

C++

Acad::ErrorStatus addLayerStateLayers(
    const ACHAR * sName, 
    const AcDbObjectIdArray& layerIds
);

Description

Adds more layers to a layer state.

Parameters

Parameters Description
layerIds Input array of object Ids of layers to be added to the layer state

Links

AcDbLayerStateManager

Was this information helpful?