Share

AcDbLayerStateManager::getLayerStateDescription

C++

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

Description

Deprecated. 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; the caller must free the pointer using acdbFree().

Links

AcDbLayerStateManager

Use Instead

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

Was this information helpful?