Share

PanelScheduleSheetInstance.SplitSegment Method

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

C#

public bool SplitSegment(
	int iSeg
)

Parameters

iSeg  Int32
 

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentException The iSeg is not a valid segment index. -or-

See Also

Reference

Was this information helpful?