Segment.AddSize Method
Adds a new MEPSize to the segment.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
See Also
Reference
Segment Class
Autodesk.Revit.DB Namespace