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: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public IList<Guid> GetActiveServerIds(
Document document
) |
| Visual Basic |
|---|
Public Function GetActiveServerIds ( _
document As Document _
) As IList(Of Guid) |
| Visual C++ |
|---|
public:
IList<Guid>^ GetActiveServerIds(
Document^ document
) |
Return Value
A set of GUIDs of the document-applicable active servers; the list may be empty.
Remarks
Exceptions
See Also