Share

Database.IsEmr Property

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

Visual Basic

Public Property IsEmr() As bool

C#

public bool IsEmr;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?