Erase the existing ConduitSize with this nominal diameter. The conduit standard name determines the location of the size in the size table.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017
Syntax
| C# |
|---|
public void RemoveSize(
string standardName,
double nominalDiameter
) |
| Visual Basic |
|---|
Public Sub RemoveSize ( _
standardName As String, _
nominalDiameter As Double _
) |
| Visual C++ |
|---|
public:
void RemoveSize(
String^ standardName,
double nominalDiameter
) |
Parameters
- standardName
- Type: System..::..String
The conduit standard name.
- nominalDiameter
- Type: System..::..Double
Nominal diameter.
Remarks
Exceptions
See Also