Click or drag to resize

DfsDLLWrapperUtildfsSetTemporalAxis Method

Set the temporal axis of the file pointer to by headerPointer based on the temporalAxis

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 void dfsSetTemporalAxis(
	IntPtr headerPointer,
	IDfsTemporalAxis temporalAxis
)

Parameters

headerPointer
Type: SystemIntPtr
Pointer to header structure (pdfs)
temporalAxis
Type: DHI.Generic.MikeZero.DFSIDfsTemporalAxis
Temporal axis to set
Remarks
When editing in an existing file, setting another temporal axis than the one already defined in the file will corrupt the file. Check the type using the dfsGetTimeAxisType(IntPtr).
See Also