Share

AcDbDatabase::getStyleSheet

C++

Acad::ErrorStatus getStyleSheet(
    ACHAR*& pOutput
) const;

Description

Sets pOutput to point to a copy of the database's current plot style sheet.

Note

pOutput should not point to allocated memory when it is passed in to this function. The caller is responsible for deallocating the memory used by the returned string. The acutDelString() function should be used for this deallocation.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pOutput Input pointer that does not point to allocated memory

Links

AcDbDatabase Class

Use Instead

ACDBCORE2D_PORT Acad::ErrorStatus getStyleSheet(AcString & sStyleSheet) const;

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?