RVTDocs.com

PointLoad.IsPointInsideHostBoundaries

Method
Description:
Indicates if the point is inside panel's boundaries or if the point is on the member's curve..
Syntax
public static bool IsPointInsideHostBoundaries(
	Document pDoc,
	ElementId hostId,
	XYZ point
)
Parameters
Parameter Type Description
pDoc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host a point load.
point XYZ The position of point load, measured in decimal feet.
Return Value
Type Description
Boolean True if a point load can be placed on the input host id
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null