Indicates if the provided host id can host line loads
The document containing both the host and the load
The id of the analytical element that is about to host a line load
True if a line load can be placed on the input host id
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidHostId(
Document pDoc,
ElementId hostId
)
Parameters
- pDoc Document
-
- hostId ElementId
-
Return Value
Boolean
Exceptions
See Also
Reference