| IDfsFileBuilderAddStaticItem Method (IDfsStaticItem) | 
            Add static item to the file.
            
            The static item can come from another file, then the item 
            definition and data is copied over.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
SyntaxIDfsStaticItem AddStaticItem(
	IDfsStaticItem staticItem
)
Function AddStaticItem ( 
	staticItem As IDfsStaticItem
) As IDfsStaticItem
IDfsStaticItem^ AddStaticItem(
	IDfsStaticItem^ staticItem
)
abstract AddStaticItem : 
        staticItem : IDfsStaticItem -> IDfsStaticItem 
Parameters
- staticItem
 - Type: DHI.Generic.MikeZero.DFSIDfsStaticItem
 
Return Value
Type: 
IDfsStaticItem
            A reference to the static item written to the file. 
            This can be used at a later point if the static data needs to
            be updated, using the 
WriteStaticItemData(IDfsStaticItem, Array)
See Also