2027 Method
Changes 8
M

LoadBase.IsValidReference

Description:
Indicates if the provided reference can host a load.
public static bool IsValidReference(
	Document doc,
	Reference reference,
	LoadType type,
	bool isConstrainedOnHost
)
  • doc
    The document containing both the host and the load.
  • reference
    A reference to a analytical element.
  • type
    The type of the load that is about to be hosted.
  • Boolean
    isConstrainedOnHost
    A value indicating if the load is constrained on host or not.
Return Value Boolean True if a load can be placed on the input host.