C++
enum ModelerFlavor { kModelerFull = 0, kModelerRegionsOnly = 1, kModelerObjectsOnly = 2 };
File
dbapserv.h
Members
Members | Description |
---|---|
kModelerFull | Full modeler support (the host application must install modlr17.dll) |
kModelerRegionsOnly | Read/view only for all (the host application must install modlrobj17.dll) |
kModelerObjectsOnly | For internal use only |
Description
Enumerates the possible levels of geometric modeler support available from the RealDWG host application.