Click or drag to resize
DfsuBuilderSetNumberOfSigmaLayers Method
Set the number of sigma layers in a file with a vertical dimension

Namespace: DHI.Generic.MikeZero.DFS.dfsu
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void SetNumberOfSigmaLayers(
	int numberOfSigmaLayers
)

Parameters

numberOfSigmaLayers
Type: SystemInt32
Remarks
If called with a DfsuFileType that does not have any vertical dimension, an InvalidOperationException is thrown.
See Also