Creates a new segment data object based on another object.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public MEPNetworkSegmentData( MEPNetworkSegmentData other )
Parameters
- other MEPNetworkSegmentData
- The other segment data that the new object is based on.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
