SetJournalData Method


Sets the journal data associated to this command (on journal playback).

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.1090.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
)

Remarks

For details about the use of journal data associated to a command, see ExternalCommandData.JournalData.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →