CableTraySizesAddSize Method |
Inserts a new MEPSize into the cable tray sizes.
For cable tray, the nominal diameter of MEPSize is used .
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void AddSize(
MEPSize sizeInfo
)
Public Sub AddSize (
sizeInfo As MEPSize
)
public:
void AddSize(
MEPSize^ sizeInfo
)
member AddSize :
sizeInfo : MEPSize -> unit
Parameters
- sizeInfo MEPSize
-
The new MEPSize to be added.
Exceptions
See Also