Gets the conduit settings of the project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
| C# |
|---|
public static ConduitSettings GetConduitSettings( Document document ) |
| Visual Basic |
|---|
Public Shared Function GetConduitSettings ( _ document As Document _ ) As ConduitSettings |
| Visual C++ |
|---|
public: static ConduitSettings^ GetConduitSettings( Document^ document ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
Return Value
The conduit settings of the project.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |