This returns true if the intersector is an element that can be used to intersect with the divided path.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool IsIntersectorValidForDividedPath( ElementId intersector )
Parameters
- intersector ElementId
- The intersector.
Return Value
BooleanTrue if the reference can be used to create a divided path, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
