Click or drag to resize

MarkupMode Enumeration

The markup mode a document is in. Reported by MarkupViewChanged.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public enum MarkupMode
Members
  Member nameValueDescription
None0The document is not in markup mode.
Create1A new markup is being created.
View2An existing markup is being viewed.
Edit3An existing markup is being edited.
See Also