Share

Autodesk.AutoCAD.DatabaseServices.OpenMode Enumeration

Description

This .NET class wraps the AcDb::OpenMode ObjectARX enum.

This enumerated type provides the mode values used to specify how a database resident object is to be opened.

Visual Basic

Public Enum OpenMode
  ForRead
  ForWrite
  ForNotify
End Enum

C#

public enum OpenMode {
  ForRead,
  ForWrite,
  ForNotify
}

Members

Members Description
ForRead
ForWrite
ForNotify

Was this information helpful?