DividedPathAreCurveReferencesConnected Method

This checks if the references represent a connected set of curves as required by the divided path.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool AreCurveReferencesConnected(
	Document document,
	IList<Reference> curveReferences
)

Parameters

document  Document
The document.
curveReferences  IListReference
The references.

Return Value

Boolean
True if the arguments passed the checks, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also