DividedPath.AreCurveReferencesConnected
Method
Description:
This checks if the references represent a connected set of curves as required by the divided path.
This checks if the references represent a connected set of curves as required by the divided path.
Syntax
public static bool AreCurveReferencesConnected(
Document document,
IList<Reference> curveReferences
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| curveReferences | IList | The references. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the arguments passed the checks, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |