Share

AcDbLaterStateManager::getLayerStateDescription

C++

ACDBCORE2D_PORT Acad::ErrorStatus getLayerStateDescription(
    const ACHAR* sName, 
    AcString & sDesc
);

Description

Retrieves the description set by setLayerStateDescription().

Parameters

Parameters Description
sName Input layer state whose description is to be retrieved.
sDesc Output set to the description string upon successful return.

Returns

Reference to the AcString object that contains the description of the Layer State.

Links

AcDbLayerStateManager

Was this information helpful?