<Code Lib>
M

LineLoad.IsValidHostId

Description:
Indicates if the provided host id can host line loads The document containing both the host and the load The id of the analytical panel that is about to host a line load True if a line load can be placed on the input host id

public static bool IsValidHostId(
	Document pDoc,
	ElementId hostId
)

Return Value bool True if a line load can be placed on the input host id.

Loading…