Click or drag to resize

ModelsetCroSecGroupIds Method

sets the cross section family indexes according to the values in the given dictionary.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void setCroSecGroupIds(
	Dictionary<string, int> family_ids
)

Parameters

family_ids
Type: System.Collections.GenericDictionaryString, Int32
dictionary that maps family identifiers to family indexes.
See Also