Indicates if the point is inside panel's boundaries or if the point is on the member's curve..
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
Visual Basic |
---|
Public Shared Function IsPointInsideHostBoundaries ( _
pDoc As Document, _
hostId As ElementId, _
point As XYZ _
) As Boolean |
Visual C++ |
---|
public:
static bool IsPointInsideHostBoundaries(
Document^ pDoc,
ElementId^ hostId,
XYZ^ point
) |
Return Value
True if a point load can be placed on the input host id
Exceptions
See Also