CableTraySizesRemoveSize Method |
Erases the existing MEPSize.
For cable tray, the nominal diameter is used in MEPSize.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveSize(
MEPSize sizeInfo
)
Public Sub RemoveSize (
sizeInfo As MEPSize
)
public:
void RemoveSize(
MEPSize^ sizeInfo
)
member RemoveSize :
sizeInfo : MEPSize -> unit
Parameters
- sizeInfo MEPSize
-
The MEPSize to be removed..
Exceptions
Remarks
Does nothing if there is no existing MEPSize with the specified nominal diameter.
See Also