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

TextBoxData

Constructor
Description:
Constructs a new instance of TextBoxData.
Syntax
public TextBoxData(
	string name
)
Parameters
Parameter Type Description
name String The internal name of the TextBoxData.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown whenis passed for name.
ArgumentException Thrown when an empty string is passed for name.