RVTDocs.com
Namespace: Autodesk.Revit.UI Class: TaskDialog

TaskDialog

Constructor
Description:
Creates a task dialog with title.
Syntax
public TaskDialog(
	string title
)
Parameters
Parameter Type Description
title String
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when title is.
ArgumentException Thrown when title is an empty string.