Click or drag to resize

ElementLoadMatchIds Method

Returns true if the element-load matches one of the identifiers given in ids.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool MatchIds(
	List<string> ids
)

Parameters

ids
Type: System.Collections.GenericListString
identifiers to be checked for matching the ElementLoad.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Loads.ElementLoad.MatchIds(System.Collections.Generic.List{System.String})"]

See Also