Click or drag to resize

DfsFactoryCreateAxisDummy Method

Create a dummy spatial axis that can contain numberOfValues data values.

This can be used when an item does not have a relevant spatial axis and it is required to store a number of values. It is used for items of a dfsu file.

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 IDfsAxisEqD1 CreateAxisDummy(
	int numberOfValues
)

Parameters

numberOfValues
Type: SystemInt32

Return Value

Type: IDfsAxisEqD1
See Also