Class Hierarchy
AcDbSymbolUtilities::Services
C++
class Services;
File
dbsymutl.h
Description
The class AcDbSymbolUtilities::Services (typedef AcDbSymUtilServices) provides utility functions that are accessed by dereferencing the pointer received from calling acdbSymUtil(). For example, to call the AcDbSymbolUtilities::Services::isBlockLayoutName() function, use acdbSymUtil()->isBlockLayoutName().
The namespace alias AcDbSymUtil is available for use as a shorter abbreviation for the full namespace AcDbSymbolUtilities.
This namespace may be used in both ObjectARX and ObjectDBX modules.
Notes
The enumerated constant AcDbSymbolUtilities::Services::kCurrentVersion is reserved for internal use only. It exists to allow acdbSymUtil() to perform consistency checks.
Links
See Also
AcDbSymbolUtilities functions, AcEdSymbolUtilities functions, AcEdSymbolUtilities::Services