'Declaration
<System.ComponentModel.CategoryAttribute("History")> <System.ComponentModel.DescriptionAttribute("Specifies the maximum number of actions recorded by history")> Public Property MaxUndoLevels As System.Integer
'Usage
Dim instance As NDrawingDocumentOptionsCategory Dim value As System.Integer instance.MaxUndoLevels = value value = instance.MaxUndoLevels
[System.ComponentModel.Category("History")] [System.ComponentModel.Description("Specifies the maximum number of actions recorded by history")] public System.int MaxUndoLevels {get; set;}