GetServices Method


Returns a collection of all external services currently registered in Revit.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public static IList<ExternalService> GetServices()
Visual Basic
Public Shared Function GetServices As IList(Of ExternalService)
Visual C++
public:
static IList<ExternalService^>^ GetServices()

Return Value

Array of ExternalService instances.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →