Splits the analytical member at a point on its defining curve.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
ElementId
The newly created analytical member id.
Exceptions
Remarks
Analytical members that are not a line or an arc are not permitted.
See
CanSplit() to determine if the analytical member is allowed to be split by this method.
See Also
Reference