import"FxInterfaces.idl";
|
HRESULT | SetDatabase ([in] IAcadDatabase *iHostDb) |
|
HRESULT | Save ([in] BSTR bsName, [in] AcLayerStateMask eMask) |
|
HRESULT | Restore ([in] BSTR bsName) |
|
HRESULT | Delete ([in] BSTR bsName) |
|
HRESULT | Rename ([in] BSTR bsName, [in] BSTR bsNewName) |
|
HRESULT | Import ([in] BSTR bsFilename) |
|
HRESULT | Export ([in] BSTR bsName, [in] BSTR bsFilename) |
|
Definition at line 1678 of file FxInterfaces.idl.
◆ Delete()
HRESULT IAcadLayerStateManager::Delete |
( |
[in] BSTR |
bsName | ) |
|
◆ Export()
HRESULT IAcadLayerStateManager::Export |
( |
[in] BSTR |
bsName, |
|
|
[in] BSTR |
bsFilename |
|
) |
| |
◆ Import()
HRESULT IAcadLayerStateManager::Import |
( |
[in] BSTR |
bsFilename | ) |
|
◆ Rename()
HRESULT IAcadLayerStateManager::Rename |
( |
[in] BSTR |
bsName, |
|
|
[in] BSTR |
bsNewName |
|
) |
| |
◆ Restore()
HRESULT IAcadLayerStateManager::Restore |
( |
[in] BSTR |
bsName | ) |
|
◆ Save()
HRESULT IAcadLayerStateManager::Save |
( |
[in] BSTR |
bsName, |
|
|
[in] AcLayerStateMask |
eMask |
|
) |
| |
|
attribute |
◆ SetDatabase()
HRESULT IAcadLayerStateManager::SetDatabase |
( |
[in] IAcadDatabase * |
iHostDb | ) |
|
◆ Mask
The documentation for this interface was generated from the following file: