RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedPath

DividedPath.IsCurveReferenceValid

Method
Description:
This returns true if the reference represents a curve or edge that can be used to create a divided path.
Syntax
public static bool IsCurveReferenceValid(
	Document document,
	Reference curveReference
)
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