Sets the journal data associated to this command (on journal playback).
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2017
Syntax
| C# |
|---|
public void SetJournalData(
IDictionary<string, string> data
) |
| Visual Basic |
|---|
Public Sub SetJournalData ( _
data As IDictionary(Of String, String) _
) |
| Visual C++ |
|---|
public:
void SetJournalData(
IDictionary<String^, String^>^ data
) |
Parameters
- data
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
Remarks
See Also