Dfs2UtilCreateM21MiscCustomBlock Method |
Create a "M21_Misc" custom block
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static IDfsCustomBlock CreateM21MiscCustomBlock(
float orientation,
float dryingDepth,
float landValue
)
Public Shared Function CreateM21MiscCustomBlock (
orientation As Single,
dryingDepth As Single,
landValue As Single
) As IDfsCustomBlock
public:
static IDfsCustomBlock^ CreateM21MiscCustomBlock(
float orientation,
float dryingDepth,
float landValue
)
static member CreateM21MiscCustomBlock :
orientation : float32 *
dryingDepth : float32 *
landValue : float32 -> IDfsCustomBlock
Parameters
- orientation
- Type: SystemSingle
- dryingDepth
- Type: SystemSingle
- landValue
- Type: SystemSingle
Return Value
Type:
IDfsCustomBlock
See Also