UsingCommandData Property


Indicates whether or not the Revit journal will include custom data populated by the application associated with this command.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2017

Syntax

C#
public bool UsingCommandData { get; set; }
Visual Basic
Public Property UsingCommandData As Boolean
	Get
	Set
Visual C++
public:
property bool UsingCommandData {
	bool get ();
	void set (bool value);
}

Remarks

For details about the use of journal data associated to a command, see JournalData . The default value is false.

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 →