Gets the journal data associated to this command (on journal playback).
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IDictionary<string, string> GetJournalData()
Return Value
IDictionary<String,
String>
Remarks
For details about the use of journal data associated to a command, see ExternalCommandData.JournalData.
See Also
Reference