Revit 2025.3 API
Multi |
Returns Ids of the servers currently applicable to the given document for the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<Guid> GetActiveServerIds( Document document )
Public Function GetActiveServerIds ( document As Document ) As IList(Of Guid)
public: IList<Guid>^ GetActiveServerIds( Document^ document )
member GetActiveServerIds : document : Document -> IList<Guid>
Parameters
- document Document
- The associated document.
Return Value
IListGuidA set of GUIDs of the document-applicable active servers; the list may be empty.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
The Ids would be of all the servers explicitly assigned to the specified document.
See Also