Share

AcDbLayerStateManager::setLayerStateDescription

C++

ACDBCORE2D_PORT Acad::ErrorStatus setLayerStateDescription(
    const ACHAR* sName, 
    const ACHAR* sDesc
);

Description

Sets an arbitrary description string on the layer state.

Parameters

Parameters Description
sName Input layer state whose description is to be updated
sDesc Input description string up to 255 characters

Links

AcDbLayerStateManager

Previous Declaration

Acad::ErrorStatus setLayerStateDescription(const ACHAR* sName, const ACHAR* sDesc);

Was this information helpful?