<Code Lib>
M

LineLoad.IsValidHostId

Description:
Indicates if the provided host id can host line loads.

public static bool IsValidHostId(
	Document doc,
	ElementId hostId
)

  • doc
    The document containing both the host and the load.
  • hostId
    The id of the analytical element that is about to host a line load.
Return Value Boolean True if a line load can be placed on the input host id.

Loading…