Click or drag to resize

Ascii1BridgeSetupDynamicItems Method

Dynamic items are set up in order of quantities (outer loop) and data item entities (nodes / reach+grid points) (inner loop), and the order is stored in the _dynamicItems

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected override void SetupDynamicItems(
	List<IQuantity> quantities,
	List<int> asciiItemIndex
)

Parameters

quantities
Type: System.Collections.GenericListIQuantity
Order of quantities
asciiItemIndex
Type: System.Collections.GenericListInt32
For each quantity, index into ascii data arrays
See Also