Revit 2025.3 API
Baluster |
Gets the name string to be used as a reference to Host in the current language.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static string GetReferenceNameForHost()
Public Shared Function GetReferenceNameForHost As String
public: static String^ GetReferenceNameForHost()
static member GetReferenceNameForHost : unit -> string
Return Value
StringThe name string to be used as a reference to Host.

This name can be used in the setter for BaseReferenceName
or TopReferenceName.
The name can also be compared with the value coming from the getter.
See Also