Click or drag to resize

DfsFactoryCreateStaticItem Method

Create a static item with the provided name, quantity and data.

data must an array with one of the supported DfsSimpleType, e.g. int[].

The spatial axis is set to a dummy axis of the correct length.

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
public IDfsStaticItem CreateStaticItem(
	string name,
	eumQuantity quantity,
	Array data
)

Parameters

name
Type: SystemString
quantity
Type: eumQuantity
data
Type: SystemArray

Return Value

Type: IDfsStaticItem
See Also