| Revit Preview Release API |
| DividedPath..::..AreCurveReferencesConnected Method |
| DividedPath Class See Also |
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: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public static bool AreCurveReferencesConnected( Document document, IList<Reference> curveReferences ) |
| Visual Basic |
|---|
Public Shared Function AreCurveReferencesConnected ( _ document As Document, _ curveReferences As IList(Of Reference) _ ) As Boolean |
| Visual C++ |
|---|
public: static bool AreCurveReferencesConnected( Document^ document, IList<Reference^>^ curveReferences ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- curveReferences
- Type: System.Collections.Generic..::..IList<(Of <(<'Reference>)>)>
The references.
Return Value
True if the arguments passed the checks, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |