Share

MultiServerService.GetActiveServerIds(Document) Method

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<Guid> GetActiveServerIds(
	Document document
)

Parameters

document  Document
The associated document.

Return Value

IList<Guid>
A set of GUIDs of the document-applicable active servers; the list may be empty.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The Ids would be of all the servers explicitly assigned to the specified document.

See Also

Reference

Was this information helpful?