TaskDialog.Id Property

TaskDialogId Property

The Id of the task dialog.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string Id { get; set; }
Public Property Id As String
	Get
	Set
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}
member Id : string with get, set

Property Value

String
Remarks
Id is used as follows:
  • TaskDialogShowingEventArgs.DialogId for DialogBoxShowing events
  • As part of the Contextual Help Topic when invoking Revit contextual help
See Also