Click or drag to resize

CroSec Constructor (String, String, String, NullableColor)

create a cross section with given name, family and country without default properties

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected CroSec(
	string family,
	string name,
	string country,
	Nullable<Color> color
)

Parameters

family
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization
name
Type: SystemString
unique identifier within a family
country
Type: SystemString
country of origin
color
Type: SystemNullableColor
color of the cross section
See Also