Skip to content

ExecutedEventArgs.SetJournalData

Public Class

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

Namespace: Autodesk.Revit.UI.Events

Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public void SetJournalData(
IDictionary<string, string> data
)

Parameters

dataIDictionary.String, String.

Remarks

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