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.
Public Enum OpenMode ForRead ForWrite ForNotify End Enum
public enum OpenMode { ForRead, ForWrite, ForNotify }
Members |
Description |
ForRead |
|
ForWrite |
|
ForNotify |
|
Comments? |