DimensionName Property

Retrieves or changes the name associated with the Dimension.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string Name { get; set; }

Property Value

String
Remarks
The property inherited from element is hidden, a System.InvalidOperationException is thrown.
See Also