ConduitSizeSettingsRemoveSize Method |
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: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveSize(
string standardName,
double nominalDiameter
)
Public Sub RemoveSize (
standardName As String,
nominalDiameter As Double
)
public:
void RemoveSize(
String^ standardName,
double nominalDiameter
)
member RemoveSize :
standardName : string *
nominalDiameter : float -> unit
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