Adds a new MEPSize to the segment.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void AddSize( MEPSize size )
Parameters
- size MEPSize
- The new MEPSize to be added.
Exceptions
Exception | Condition |
---|---|
ArgumentException | There is already a same size in the settings. -or- The size already exists in the segment. |
ArgumentNullException | A non-optional argument was null |