DfsDynamicItemBuilderSetAssociatedStaticItem Method  | 
 
            Associate a static item with this dynamic item.
            
 
    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)
Syntaxpublic void SetAssociatedStaticItem(
	int staticItemNumber
)
Public Sub SetAssociatedStaticItem ( 
	staticItemNumber As Integer
)
public:
void SetAssociatedStaticItem(
	int staticItemNumber
)
member SetAssociatedStaticItem : 
        staticItemNumber : int -> unit 
Parameters
- staticItemNumber
 - Type: SystemInt32
Static item number, one-based 
See Also