Indicates if the curve is inside panel's boundaries or on panel's edges or if the curve is on the member's curve.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- doc
- Type: Autodesk.Revit.DBDocument
The document containing both the host and the line load.
- hostId
- Type: Autodesk.Revit.DBElementId
The id of the analytical element that is about to host a line load.
- curve
- Type: Autodesk.Revit.DBCurve
Curve to be checked.
Return Value
True if a line load can be placed on the input host idExceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |