| IDfsuFile Properties | 
The IDfsuFile type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationTitle | 
            Title of application creating the file
              | |
| ApplicationVersion | 
            Version number of appliation creating the file.
              | |
| Code | 
            Boundary code of node. 0 means not a boundary node.
              | |
| DeleteValueFloat | 
            Delete (undefined/missing) value
              | |
| DfsuFileType | 
            Type of dfsu file.
              | |
| ElementIds | 
            Id for each element. Usually starts from 1 and increases, but needs not to.
              | |
| ElementTable | 
            The ElementTable defines for each element which 
            nodes that defines the element. 
             The numbers in the ElementTable are node numbers, not indices! Each value in the table are between 1 and number-of-nodes.  | |
| ElementType | 
            Type of element.
              | |
| FileTitle | 
            Title of file
              | |
| ItemInfo | 
            List of dynamic item info.
              | |
| NodeIds | 
            Id for each node. Usually starts from 1 and increases, but needs not to.
              | |
| NumberOfElements | 
            Number of elements in the mesh.
              | |
| NumberOfLayers | 
            For files with a vertical dimension, returns the maximum number of layers.
              | |
| NumberOfNodes | 
            Number of nodes in the mesh.
              | |
| NumberOfSigmaLayers | 
            For files with a vertical dimension, returns the number of sigma layers.
              | |
| NumberOfTimeSteps | 
            Number of time steps in the file
              | |
| Projection | 
            Geographical projection.
              | |
| StartDateTime | 
            Start date time of the file
              | |
| TimeStepInSeconds | 
            Time step in seconds.
              | |
| X | 
            X coordinates of nodes. Depending on the projection string, 
            node coordinates are in meters or degrees.
              | |
| Y | 
            Y coordinates of nodes. Depending on the projection string, 
            node coordinates are in meters or degrees.
              | |
| Z | 
            Z coordinates of nodes. Unit is specified in ZUnit.
              | |
| ZUnit | 
            Unit of the z coordinate. The unit
            must be a length unit (convertable to meters).
              |