Share

acdbSummaryInfoManager

C++

ACDBCORE2D_PORT AcDbSummaryInfoManager* acdbSummaryInfoManager();

File

summinfo.h

Description

This function returns a pointer to global instance of the Summary Info Manager. You use the Summary Info Manager to add and delete reactors for SummaryInfoHasChanged notification.

To use this function in a non-AutoCAD host application, you must first call initAcDbSummaryInfoManager() in your initialization code. This will allow you to set and then use acdbSummaryInfoManager(). And in your application shut-down code, you must call deleteAcDbSummaryInfoManager().

Was this information helpful?