Erases the existing ConduitSizes with this conduit standard name; the consuit standard type can not be removed if it is in use.
Namespace:
Autodesk.Revit.DB.Electrical
Assembly:
RevitAPI
(in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2017
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- pADoc
-
Type:
Autodesk.Revit.DB
Document
The document.
- standardName
-
Type:
System
String
The conduit standard name.
Return Value
True if removing success; otherwise false.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentException | The conduit standard is already in use. -or- The conduit standard is the last one. |
Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |