| Revit 2023 API |
| PipeSettings..::..GetPipeSettings Method |
| PipeSettings Class See Also |
Get the pipe settings of the project.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public static PipeSettings GetPipeSettings( Document document ) |
| Visual Basic |
|---|
Public Shared Function GetPipeSettings ( _ document As Document _ ) As PipeSettings |
| Visual C++ |
|---|
public: static PipeSettings^ GetPipeSettings( Document^ document ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
Return Value
The pipe settings of the project.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |