Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListSupport)

add supports.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void Add(
	IReadOnlyList<Support> _supports
)

Parameters

_supports
Type: System.Collections.GenericIReadOnlyListSupport
supports to be added to the model.
See Also