Revit 2026 API
External |
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.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ExternalServiceId PipeFittingAndAccessoryPressureDropUIService { get; }
Public Shared ReadOnly Property PipeFittingAndAccessoryPressureDropUIService As ExternalServiceId Get
public: static property ExternalServiceId^ PipeFittingAndAccessoryPressureDropUIService { ExternalServiceId^ get (); }
static member PipeFittingAndAccessoryPressureDropUIService : ExternalServiceId with get
Property Value
ExternalServiceIdSee Also