|
FemMaterialmatchIds Method
|
Returns true if the material matches one of the identifiers given in ids.
Namespace:
Karamba.Materials
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 material.
Return Value
Type:
BooleanTrue if the material matches one of the identifiers given in ids.
See Also