BalusterInfoGetReferenceNameForHost Method |
Gets the name string to be used as a reference to Host in the current language.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static string GetReferenceNameForHost()
Public Shared Function GetReferenceNameForHost As String
public:
static String^ GetReferenceNameForHost()
static member GetReferenceNameForHost : unit -> string
Return Value
String
The name string to be used as a reference to Host.
Remarks
See Also