Click or drag to resize

CroSecmatchId 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 matchId(
	string id
)

Parameters

id
Type: SystemString
identifier 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