Indicates if the point is inside panel's boundaries or if the point 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
- pDoc
- Type: Autodesk.Revit.DBDocument
The document containing both the host and the load.
- hostId
- Type: Autodesk.Revit.DBElementId
The id of the analytical element that is about to host a point load.
- point
- Type: Autodesk.Revit.DBXYZ
The position of point load, measured in decimal feet.
Return Value
True if a point load can be placed on the input host idExceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |