Splits the analytical member at a point on its defining curve.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public ElementId Split( double parameter )
Parameters
- parameter Double
- The normalized parameter value along the element (should be greater than 0 and less than 1).
Return Value
ElementIdThe newly created analytical member id.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Analytical member cannot be split. |