|
|
Display name of transaction that will be redone next time Redo() is called.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property NextRedo As String Get |
| C# |
|---|
public string NextRedo { get; } |
| Visual C++ |
|---|
public: property String^ NextRedo { String^ get (); } |