Click or drag to resize

CroSecmatchIds Method

test whether the cross section matches one of the identifiers given in the list of indexes.

Namespace:  Karamba.CrossSections
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 cross section.

Return Value

Type: Boolean
true if the cross section matches one of the identifiers given in ids.
See Also