<Code Lib>
M

AreaLoad.IsValidHostId

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

public static bool IsValidHostId(
	Document pDoc,
	ElementId hostId
)

  • pDoc
  • hostId
    The id of the analytical element that is about to host an area load.
Return Value Boolean True if an area load can be placed on the input host id.

Loading…