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: 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 cross section

Return Value

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