Share

AcDbDatabase::setStyleSheet

C++

Acad::ErrorStatus setStyleSheet(
    const ACHAR*
);

Description

Sets the database to use a copy of the string pointed to by pName as the plot style sheet for the database.

Returns Acad::eOk if successful.

Parameters

Parameters Description
unnamed Input style sheet name

Links

AcDbDatabase Class

Was this information helpful?