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: 20.0.0.0 (20.0.0.377)
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 |