RVTDocs.com

SlabShapeEditor.DrawSplitLine

Method
Description:
Draws a split line on the corresponding slab, roof or floor.
Remarks:
Drawing a split line may result in multiple creases, for example when the line crosses existing creases or boundary edges.
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a future version of Revit. Use "AddSplitLine" instead. ")]
public SlabShapeCreaseArray DrawSplitLine(
	SlabShapeVertex startVertex,
	SlabShapeVertex endVertex
)
Parameters
Parameter Type Description
startVertex SlabShapeVertex The vertex to start the split line.
endVertex SlabShapeVertex The vertex to end the split line.
Return Value
Type Description
SlabShapeCreaseArray The newly created creases.
Exceptions
Exception Condition
ArgumentNullException Thrown when the input vertex is.
ArgumentException Thrown when the input vertex is invalid.