| Revit 2022 API |
| Application..::..GetRevitServerNetworkHosts Method |
| Application Class See Also |
Gets the list of all Revit Server Network hosts in current session.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public IList<string> GetRevitServerNetworkHosts() |
| Visual Basic |
|---|
Public Function GetRevitServerNetworkHosts As IList(Of String) |
| Visual C++ |
|---|
public: IList<String^>^ GetRevitServerNetworkHosts() |
Return Value
An array of names of all Revit Server Network hosts in current session.
Remarks
The list of Revit Server Network hosts is stored externally in the RSN[version].ini file.