FabricationPartSplitStraight(XYZ) Method |
Splits the straight into two at the passed in point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId SplitStraight(
XYZ position
)
Public Function SplitStraight (
position As XYZ
) As ElementId
public:
ElementId^ SplitStraight(
XYZ^ position
)
member SplitStraight :
position : XYZ -> ElementId
Parameters
- position XYZ
-
The position to split in the straight.
Return Value
ElementId
Returns the element identifier of the new straight.
Exceptions
See Also