RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedPath

DividedPath.SeparateReferencesIntoConnectedReferences

Method
Description:
This function separates the input curve references into groups of connected curve references. Each group of connected curve references can be used to create a divided path.
Syntax
Parameters
Parameter Type Description
document Document The document.
curveReferences IList The references.
Return Value
Type Description
IList The grouped references
Exceptions
Exception Condition
ArgumentException Not all curve references in curveReferences represent a curve or an edge
ArgumentNullException A non-optional argument was null
InvalidOperationException this operation failed.