DfsExtensionsCreateEmptyItemData Method | 
| Name | Description | |
|---|---|---|
| CreateEmptyItemData(IDfsSimpleDynamicItemInfo) | 
            Create an IDfsItemDataT of the correct type for the
            item.
             The result can be used by ReadItemTimeStep(IDfsItemData, Int32)  | |
| CreateEmptyItemDataT(IDfsSimpleDynamicItemInfo) | 
            Create an IDfsItemDataT of the correct type for the
            item.
             The result can be used by ReadItemTimeStep(IDfsItemData, Int32) If not the item is of type {T}, an exception will be thrown.  | |
| CreateEmptyItemData(IDfsFile, Int32) | 
            Create an IDfsItemDataT of the correct type for the
            item with the given itemNumber.
             The result can be used by ReadItemTimeStep(IDfsItemData, Int32)  | |
| CreateEmptyItemDataT(IDfsFile, Int32) | 
            Create an IDfsItemDataT of the correct type for the
            item with the given itemNumber.
             The result can be used by ReadItemTimeStep(IDfsItemData, Int32) If not the item is of type {T}, an exception will be thrown.  |