2024 Namespace
Changes 0
N

Autodesk.Revit.DB.ExternalService

Name Return Type Description
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.
Name Return Type Description
E DisparityResponse None An enumerated value to return from OnServerDiparity indicating what the service wants Revit to do as the post-action of the call.
E ExecutionPolicy None Controls how servers of multi-server external services are executed.
E ExternalServiceResult None An enumerated value representing a result from executing an external service.
E ServerChangeCause None Indicates the cause for the active server to be changed
Name Return Type Description
I IExternalData None The base interface for data classes used when executing servers of external services.
I IExternalServer None The base interface for all external servers.
I IExternalService None The base interface class for all external services.
I IMultiServerService None The base interface class for all multi-server services.
I ISingleServerService None The base interface class for all single-server services.