Revit 2017.1 API |
ConduitSettings..::..GetConduitSettings Method |
ConduitSettings Class See Also |
Gets the conduit settings of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
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 |