Click or drag to resize

IDfsFileBuilderAddStaticItem Method (String, Array)

Creates and adds a static item storing the arrayData. Use this only when Quantity and SpatialAxis and others are not important. Quantity and spatial axis are set to default dummy values.

The type of arrayData must be an array of type equivalent to one of the supported DfsSimpleType, e.g. int[].

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IDfsStaticItem AddStaticItem(
	string name,
	Array arrayData
)

Parameters

name
Type: SystemString
arrayData
Type: SystemArray

Return Value

Type: IDfsStaticItem
See Also