Revit 2022 API |
FabricationPart..::..SplitStraight Method (XYZ) |
FabricationPart Class See Also |
Splits the straight into two at the passed in point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018
Syntax
C# |
---|
public ElementId SplitStraight( XYZ position ) |
Visual Basic |
---|
Public Function SplitStraight ( _ position As XYZ _ ) As ElementId |
Visual C++ |
---|
public: ElementId^ SplitStraight( XYZ^ position ) |
Parameters
- position
- Type: Autodesk.Revit.DB..::..XYZ
The position to split in the straight.
Return Value
Returns the ElementId of the new straight.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The position is not on the straight. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |
Autodesk.Revit.Exceptions..::..InvalidOperationException | The part is not a straight. |