PointLoadIsValidHostId Method

Indicates if the provided host id can host point loads.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static bool IsValidHostId(
	Document doc,
	ElementId hostId
)

Parameters

doc  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.

Return Value

Boolean
True if a point load can be placed on the input host id.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also