DividedPath.IsCurveReferenceValid
Method
Description:
This returns true if the reference represents a curve or edge that can be used to create a divided path.
This returns true if the reference represents a curve or edge that can be used to create a divided path.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| curveReference | Reference | The reference. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the reference can be used to create a divided path, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |