|
C
ExternalService
|
None
|
This base class represents an external service inside Revit application.
|
|
C
ExternalServiceId
|
None
|
Unique identifier of an external service.
|
|
C
ExternalServiceOptions
|
None
|
Various options affecting the behavior of an External Service
|
|
C
ExternalServiceRegistry
|
None
|
This class gives access to external services.
Use it to register external services with Revit and execute them.
Only the application that registers a service is allowed to execute it.
|
|
C
ExternalServices
|
None
|
Provides a container of all Revit built-in ExternalServiceId instances.
|
|
C
ExternalServices.BuiltInExternalServices
|
None
|
A collection of ids for external services that are managed and used by Revit directly.
|
|
C
MultiServerService
|
None
|
This class represents a multi-server service inside Revit application.
It is created when an instance of IMultiServerService is registered with Revit.
|
|
C
SingleServerService
|
None
|
This class represents a single-server service inside Revit application.
It is created when an instance of ISingleServerService is registered with Revit.
|