DfsDynamicItemBuilderSetAssociatedStaticItem Method |
Associate a static item with this dynamic item.
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 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