| 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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic IDfsStaticItem CreateStaticItem(
	string name,
	eumQuantity quantity,
	Array data
)
Public Function CreateStaticItem ( 
	name As String,
	quantity As eumQuantity,
	data As Array
) As IDfsStaticItem
public:
IDfsStaticItem^ CreateStaticItem(
	String^ name, 
	eumQuantity^ quantity, 
	Array^ data
)
member CreateStaticItem : 
        name : string * 
        quantity : eumQuantity * 
        data : Array -> IDfsStaticItem 
Parameters
- name
 - Type: SystemString
 - quantity
 - Type: eumQuantity
 - data
 - Type: SystemArray
 
Return Value
Type: 
IDfsStaticItem
See Also