RVTDocs.com

FabricationPart.CanSplitStraight

Method
Description:
Validates if the straight can be split into two at the passed in point.
Syntax
public bool CanSplitStraight(
	XYZ position
)
Parameters
Parameter Type Description
position XYZ The position to split in the straight.
Return Value
Type Description
Boolean Returns true if valid otherwise false if the straight cannot be split.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null