Provides a container of all Revit built-in ExternalServiceId instances.

The ExternalServices..::..BuiltInExternalServices type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAlignmentService
Autodesk Internal: The service for Infrastructure Alignments
Public propertyStatic memberATFTranslationService
Public propertyStatic memberCloudExternalService
The external service which supports get cloud model information from cloud servers such as C4R.
Public propertyStatic memberCodeCheckingParameterService
The external service supporting view and modification of the structural code checking parameter in analytical elements. To use this service, programmers implement a server class that derives from ICodeCheckingParameterServer.
Public propertyStatic memberConnectionTypeChangedService
The external service used to notify when structural connection changed the type.
Public propertyStatic memberDirectContext3DService
The external service that provides the facility to draw externally specified geometry in a Revit view in a way that is conceptually similar to a low-level graphics API. To use this service, programmers implement a server class that derives from Autodesk::Revit::DB::DirectContext3D::IDirectContext3DServer.
Public propertyStatic memberDuctFittingAndAccessoryPressureDropService
The external service Id which permits registration of an alternate implementation for duct fitting and accessory pressure drop calculation. To use this service, programmers implement a server class that derives from IDuctFittingAndAccessoryPressureDropServer.
Public propertyStatic memberDuctFittingAndAccessoryPressureDropUIService
The external service which permits registration of an alternate implementation for a duct fitting and accessory pressure drop calculation UI. To use this service, programmers implement a server class that derives from IDuctFittingAndAccessoryPressureDropUIServer.
Public propertyStatic memberDuctPressureDropService
The external service which permits registration of an alternate implementation for duct pressure drop calculation. To use this service, programmers implement a server class that derives from IDuctPressureDropServer.
Public propertyStatic memberEntitlementExternalService
The external service which supports get entitlement information.
Public propertyStatic memberExternalResourceService
The external service which permits registration of an alternate servers for managing external resources such as linked files.
Public propertyStatic memberExternalResourceUIService
The external UI service Id which permits registration of an alternate servers for managing error messages which happen at the loading of the references to external resources such as linked files.
Public propertyStatic memberFramingProfileService
The external service responsible for the generation of the fabrication profile.
Public propertyStatic memberHoleDefinitionService
The external service to view and modify hole definition parameters.
Public propertyStatic memberIFCExporterService
The external service which permits registration of an alternate implementation for IFC export.
Public propertyStatic memberIFCImporterService
The external service which permits registration of an alternate implementation for IFC import.
Public propertyStatic memberMemberForcesService
The external service supporting view and modification of the member forces in analytical elements. The service is still under development and cannot be used. It means that no server can be external registered from it yet.
Public propertyStatic memberModifyConnectionParametersService
The external service to view and modify structural connection parameters.
Public propertyStatic memberNavisworksExporterService
The external service which supports export of the model to Navisworks.
Public propertyStatic memberPathOfTravelCalculationService
Autodesk Internal: The service for path of travel calculations
Public propertyStatic memberPipeFittingAndAccessoryPressureDropService
The external service which permits registration of an alternate implementation for pipe fitting and accessory pressure drop calculation. To use this service, programmers implement a server class that derives from IPipeFittingAndAccessoryPressureDropServer.
Public propertyStatic memberPipeFittingAndAccessoryPressureDropUIService
The external service which permits registration of an alternate implementation for a pipe fitting and accessory pressure drop calculation UI. To use this service, programmers implement a server class that derives from IPipeFittingAndAccessoryPressureDropUIServer.
Public propertyStatic memberPipeFrictionFactorService
Pipe friction factor service id
Public propertyStatic memberPipePlumbingFixtureFlowService
The external service which permits registration of an alternate implementation for pipe fixture flow calculation. To use this service, programmers implement a server class that derives from IPipePlumbingFixtureFlowServer.
Public propertyStatic memberPipePressureDropService
The external service which permits registration of an alternate implementation for pipe pressure drop calculation. To use this service, programmers implement a server class that derives from IPipePressureDropServer.
Public propertyStatic memberRebarUpdateService
Autodesk Internal: The service for updating rebar freeform elements
Public propertyStatic memberSiteInsertService
The external service which permits registration of an alternate implementation for Site insert.
Public propertyStatic memberSiteLinkerUIService
The external UI service which permits registration of an alternate servers for new UI of link topography
Public propertyStatic memberSnappingService
Autodesk Internal: The service which provides snap points and lines
Public propertyStatic memberStructuralSectionsService
The external service supporting view and modification of the structural sections shape in structural elements. The service is still under development and cannot be used. It means that no server can be external registered from it yet.

See Also