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.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveSize(
string standardName,
double nominalDiameter
)
Parameters
- standardName String
-
The conduit standard name.
- nominalDiameter Double
-
Nominal diameter.
Exceptions
Remarks
Does nothing if there is no existing ConduitSize with this nominal diameter.
See Also
Reference