Revit 2025 API
CityName Property |
The name of the city
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Name { get; }
Public ReadOnly Property Name As String Get
public: property String^ Name { String^ get (); }
member Name : string with get
Property Value
String
A read only string property that contains the name of the city, such as Boston.
See Also