Revit 2025.3 API
Panel |
Split the panel schedule into
Thrown if the index is out of bounds.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SplitSegment( int iSeg )
Public Function SplitSegment ( iSeg As Integer ) As Boolean
public: bool SplitSegment( int iSeg )
member SplitSegment : iSeg : int -> bool
Parameters
- iSeg Int32
Return Value
Boolean| Exception | Condition |
|---|---|
| ArgumentException | The iSeg is not a valid segment index. -or- |
See Also