RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Segment

Segment.AddSize

Method
Description:
Adds a new MEPSize to the segment.
Syntax
public void AddSize(
	MEPSize size
)
Parameters
Parameter Type Description
size MEPSize The new MEPSize to be added.
Return Value
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