|
|
Gets the disabled state of the Undo mechanism.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property IsUndoDisabled As Boolean Get |
| C# |
|---|
public bool IsUndoDisabled { get; } |
| Visual C++ |
|---|
public: property bool IsUndoDisabled { bool get (); } |