Share

AcDbHostApplicationServices::getModelerFlavor

C++

virtual ACDBCORE2D_PORT ModelerFlavor getModelerFlavor() const;

Description

Returns the level of geometric modeler support available from the RealDWG host application. Possible return values are:

kModelerFullFull modeler support (the host application must install modlr17.dll)kModelerRegionsOnlyFor internal use only.kModelerObjectsOnly Read/view only for all (the host application must install modlrobj17.dll)

Links

AcDbHostApplicationServices

Was this information helpful?