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: 1.0.0.0 (1.0.0.0)
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

Return Value

Type: 
true if at least one cross section was attributed to a cross section family
See Also