Checks if the specified conduit standard exist.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2017
Syntax
| C# |
|---|
public bool DoesConduitStandardTypeExist( string standardName ) |
| Visual Basic |
|---|
Public Function DoesConduitStandardTypeExist ( _ standardName As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool DoesConduitStandardTypeExist( String^ standardName ) |
Parameters
- standardName
- Type: System..::..String
The conduit standard name.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |