DfsExtensionsCreateEmptyItemDatas Method |
Name | Description | |
---|---|---|
CreateEmptyItemDatas(IDfsFile) |
Create an IDfsItemDataT of the correct type for each of the
dynamic items in the file.
The result can be used by ReadItemTimeStep(IDfsItemData, Int32) | |
CreateEmptyItemDatasT(IDfsFile) |
Create an IDfsItemDataT of the provided type for each of the
dynamic items in the file.
The result can be used by ReadItemTimeStep(IDfsItemData, Int32) If not all items are of type {T}, an exception will be thrown. |