| IDfs123BuilderAddStaticItem Method (String, eumQuantity, Array) | 
            Creates and adds a static item storing the 
arrayData.
            
            The size of the arrayData must match the size of the
            spatial axis set in SpatialAxis
            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)
Syntaxvoid AddStaticItem(
	string name,
	eumQuantity quantity,
	Array arrayData
)
Sub AddStaticItem ( 
	name As String,
	quantity As eumQuantity,
	arrayData As Array
)
void AddStaticItem(
	String^ name, 
	eumQuantity^ quantity, 
	Array^ arrayData
)
abstract AddStaticItem : 
        name : string * 
        quantity : eumQuantity * 
        arrayData : Array -> unit 
Parameters
- name
 - Type: SystemString
 - quantity
 - Type: eumQuantity
 - arrayData
 - Type: SystemArray
 
See Also