Revit 2026 API
Project |
Get or Set the Client Name of the Project Information.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string ClientName { get; set; }
Public Property ClientName As String Get Set
public: property String^ ClientName { String^ get (); void set (String^ value); }
member ClientName : string with get, set
Property Value
StringThis property is used to get or set the Project Client Name of the Project Information.
See Also