IDfs123BuilderAddStaticItem Method (String, eumQuantity, IDfsSpatialAxis, Array) |
Creates and adds a static item of a different size than the other items of the dfs file.
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.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void AddStaticItem(
string name,
eumQuantity quantity,
IDfsSpatialAxis axis,
Array arrayData
)
Sub AddStaticItem (
name As String,
quantity As eumQuantity,
axis As IDfsSpatialAxis,
arrayData As Array
)
void AddStaticItem(
String^ name,
eumQuantity^ quantity,
IDfsSpatialAxis^ axis,
Array^ arrayData
)
abstract AddStaticItem :
name : string *
quantity : eumQuantity *
axis : IDfsSpatialAxis *
arrayData : Array -> unit
Parameters
- name
- Type: SystemString
- quantity
- Type: eumQuantity
- axis
- Type: DHI.Generic.MikeZero.DFSIDfsSpatialAxis
- arrayData
- Type: SystemArray
See Also