RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SpatialElement

SpatialElement.Name

Property
Description:
A human readable name for the Element.
Remarks:
The Name property is a human readable name for the element, such as Wall.
Syntax
public override string Name { set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the name of the element cannot be changed.
ArgumentException Thrown when the element requires a unique name and a non-unique name is set.