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: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:Karamba.Materials.FemMaterial.matchIds(System.Collections.Generic.List{System.String})"]

See Also