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.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2013
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- document
- Type: Autodesk.Revit.DB Document
The document.
- curveReferences
- Type: System.Collections.Generic IList Reference
The references.
Return Value
The grouped referencesExceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentException | Not all curve references in curveReferences represent a curve or an edge |
Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |
Autodesk.Revit.Exceptions InvalidOperationException | this operation failed. |