Click or drag to resize

DfsDLLWrapperUtil Class

Utilities related to the DfsDLLWrapper
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsDLLWrapperUtil

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class DfsDLLWrapperUtil

The DfsDLLWrapperUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberdfsAddCustomBlock
Add the custom block to the file pointer to by headerPointer
Public methodStatic memberdfsGetItemSpatialAxis
Get the spatial axis for the item pointer to by the itemPointer
Public methodStatic memberdfsGetTemporalAxis
Get the temporal axis of the file pointer to by the headerPointer
Public methodStatic memberdfsSetItemSpatialAxis
Set the spatial axis on the item pointer to by itemPointer based on the spatialAxis
Public methodStatic memberdfsSetTemporalAxis
Set the temporal axis of the file pointer to by headerPointer based on the temporalAxis
Public methodStatic memberFromDfsDateStrings
Converts a DateTime into the two strings in MZ format for date and time, respectively
Public methodStatic memberGetDfsType(Array)
Get the DfsSimpleType of the given array.

Throws an exception is the array is not one of the supported types

Public methodStatic memberGetDfsType(Type)
convert a System.Type into a UfsSimpleType, if possible
Public methodStatic memberGetSystemType
returns the .Net type for a DHI type
Public methodStatic memberToDfsDateStrings
Create two strings in MZ format for date and time, respectively
Top
See Also