IDfsFileBuilderAddStaticItem Method |
Name | Description | |
---|---|---|
AddStaticItem(IDfsStaticItem) |
Add static item to the file.
The static item can come from another file, then the item definition and data is copied over. | |
AddStaticItem(String, Array) |
Creates and adds a static item storing the arrayData.
Use this only when Quantity
and SpatialAxis and others are
not important. Quantity and spatial axis are set to default
dummy values.
The type of arrayData must be an array of type equivalent to one of the supported DfsSimpleType, e.g. int[]. | |
AddStaticItem(String, eumQuantity, Array) |
Creates and adds a static item storing the arrayData.
Use this only when SpatialAxis is
not important. Spatial axis are set to default dummy values.
The type of arrayData must be an array of type equivalent to one of the supported DfsSimpleType, e.g. int[]. |