Click or drag to resize

CombinationSentence Constructor

Initializes a new instance of the CombinationSentence class. constructs a new combination sentence.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CombinationSentence(
	int lineNum_,
	string exprName_,
	CombinationExpression expr_
)

Parameters

lineNum_
Type: SystemInt32
number of the line of the sentence.
exprName_
Type: SystemString
expression name of the sentence (left side).
expr_
Type: Karamba.Loads.CombinationsCombinationExpression
expression of the sentence (right side).
See Also