Click or drag to resize

ModelBuilderAdd Method (ListLoad, String)

add all types of loads to the model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void Add(
	List<Load> _loads,
	ref string warning_
)

Parameters

_loads
Type: System.Collections.GenericListLoad

[Missing <param name="_loads"/> documentation for "M:Karamba.Models.ModelBuilder.Add(System.Collections.Generic.List{Karamba.Loads.Load},System.String@)"]

warning_
Type: SystemString

[Missing <param name="warning_"/> documentation for "M:Karamba.Models.ModelBuilder.Add(System.Collections.Generic.List{Karamba.Loads.Load},System.String@)"]

See Also