Revit 2025.3 API
Pipe |
Get the pipe settings of the project.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static PipeSettings GetPipeSettings( Document document )
Public Shared Function GetPipeSettings ( document As Document ) As PipeSettings
public: static PipeSettings^ GetPipeSettings( Document^ document )
static member GetPipeSettings : document : Document -> PipeSettings
Parameters
- document Document
- The document.
Return Value
PipeSettingsThe pipe settings of the project.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also