| DfsDLLWrapperUtildfsSetTemporalAxis Method  | 
            Set the temporal axis of the file pointer to by headerPointer
            based on the temporalAxis
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static void dfsSetTemporalAxis(
	IntPtr headerPointer,
	IDfsTemporalAxis temporalAxis
)
Public Shared Sub dfsSetTemporalAxis ( 
	headerPointer As IntPtr,
	temporalAxis As IDfsTemporalAxis
)
public:
static void dfsSetTemporalAxis(
	IntPtr headerPointer, 
	IDfsTemporalAxis^ temporalAxis
)
static member dfsSetTemporalAxis : 
        headerPointer : IntPtr * 
        temporalAxis : IDfsTemporalAxis -> unit 
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