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