|
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)
Syntaxpublic bool MatchIds(
List<string> ids
)
Public Function MatchIds (
ids As List(Of String)
) As Boolean
public:
bool MatchIds(
List<String^>^ ids
)
member MatchIds :
ids : List<string> -> bool
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