Revit 2018 API |
FabricationPart..::..CanSplitStraight Method (XYZ) |
FabricationPart Class See Also |
Validates if the straight can be split into two at the passed in point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2018
Syntax
C# |
---|
public bool CanSplitStraight( XYZ position ) |
Visual Basic |
---|
Public Function CanSplitStraight ( _ position As XYZ _ ) As Boolean |
Visual C++ |
---|
public: bool CanSplitStraight( XYZ^ position ) |
Parameters
- position
- Type: Autodesk.Revit.DB..::..XYZ
The position to split in the straight.
Return Value
Returns true if valid otherwise false if the straight cannot be split.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |