Click or drag to resize

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)
Syntax
public bool matchIds(
	List<string> ids
)

Parameters

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

Return Value

Type: Boolean
True if the material matches one of the identifiers given in ids.
See Also