Share

AcDbDatabase::isEMR

C++

bool isEMR() const;

Description

Returns the EMR flag for the database. The EMR flag gets set when a drawing is saved by an EMR (Student Version) product.

  • false is returned if the drawing was never saved by an EMR product
  • true is returned if the drawing was saved by an EMR product at least once

Links

AcDbDatabase Class

Was this information helpful?