This checks if the references represent a connected set of curves as required by the divided path.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool AreCurveReferencesConnected(
Document document,
IList<Reference> curveReferences
)
Parameters
- document Document
-
The document.
- curveReferences IList<Reference>
-
The references.
Return Value
Boolean
True if the arguments passed the checks, false otherwise.
Exceptions
See Also
Reference