#include <AcDbSymbolUtilities.h>
|
| static Services const *__cdecl | servicesPtr (void) |
| |
| static Acad::ErrorStatus | getSymbolName (ACHAR *&, AcDbObjectId) |
| |
| static Acad::ErrorStatus | getLayerId (AcDbObjectId &, const ACHAR *, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getTextStyleId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasLinetype (const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasLinetype (AcDbObjectId, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getBlockId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasBlock (AcDbObjectId, AcDbDatabase *) |
| |
| static bool | hasBlock (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasLayer (AcDbObjectId, AcDbDatabase *) |
| |
| static bool | hasLayer (wchar_t const *, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getLinetypeId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasRegApp (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasRegApp (AcDbObjectId, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getRegAppId (AcDbObjectId &, const ACHAR *, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getDimStyleId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasDimStyle (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasDimStyle (AcDbObjectId, AcDbDatabase *) |
| |
| static bool | hasTextStyle (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasTextStyle (AcDbObjectId, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getViewportId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasViewport (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasViewport (AcDbObjectId, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getViewId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasView (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasView (AcDbObjectId, AcDbDatabase *) |
| |
| static Acad::ErrorStatus | getUCSId (AcDbObjectId &, const wchar_t *, AcDbDatabase *) |
| |
| static bool | hasUCS (wchar_t const *, AcDbDatabase *) |
| |
| static bool | hasUCS (AcDbObjectId, AcDbDatabase *) |
| |
Definition at line 20 of file AcDbSymbolUtilities.h.
◆ getAnonymousNameInfo()
◆ getBlockId()
◆ getDimStyleId()
◆ getLayerId()
◆ getLinetypeId()
◆ getRegAppId()
◆ getSymbolName()
◆ getTextStyleId()
◆ getUCSId()
◆ getViewId()
◆ getViewportId()
◆ hasBlock() [1/2]
◆ hasBlock() [2/2]
◆ hasDimStyle() [1/2]
◆ hasDimStyle() [2/2]
◆ hasLayer() [1/2]
◆ hasLayer() [2/2]
◆ hasLinetype() [1/2]
◆ hasLinetype() [2/2]
◆ hasRegApp() [1/2]
◆ hasRegApp() [2/2]
◆ hasTextStyle() [1/2]
◆ hasTextStyle() [2/2]
◆ hasUCS() [1/2]
◆ hasUCS() [2/2]
◆ hasView() [1/2]
◆ hasView() [2/2]
◆ hasViewport() [1/2]
◆ hasViewport() [2/2]
◆ servicesPtr()
The documentation for this class was generated from the following file: