Add a split line to the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public IList<SlabShapeCrease> AddSplitLine( SlabShapeVertex startVertex, SlabShapeVertex endVertex )
Parameters
- startVertex SlabShapeVertex
- Start vertex
- endVertex SlabShapeVertex
- End vertex
Return Value
IList<SlabShapeCrease>The newly created creases after adding the split line.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |