RVTDocs.com

ExecutedEventArgs.SetJournalData

Method
Description:
Sets the journal data associated to this command (on journal playback).
Remarks:
For details about the use of journal data associated to a command, see ExternalCommandData.JournalData.
Syntax
public void SetJournalData(
	IDictionary<string, string> data
)
Parameters
Parameter Type Description
data IDictionary
Return Value