Click or drag to resize

Dfs123BuilderAddStaticItem Method (String, eumQuantity, IDfsSpatialAxis, Array)

Creates and adds a static item storing the arrayData.

This will add a static item with a size different from the one of the dynamic items. Having a static item in size different from the dynamic items is utilized by a few specific files of MIKE SHE.

The size of the arrayData must match the size of the spatial axis set in axis

This is a stage 2 method.

Namespace:  DHI.Generic.MikeZero.DFS.dfs123
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddStaticItem(
	string name,
	eumQuantity quantity,
	IDfsSpatialAxis axis,
	Array arrayData
)

Parameters

name
Type: SystemString
quantity
Type: eumQuantity
axis
Type: DHI.Generic.MikeZero.DFSIDfsSpatialAxis
arrayData
Type: SystemArray

Implements

IDfs123BuilderAddStaticItem(String, eumQuantity, IDfsSpatialAxis, Array)
See Also