IDfsFileBuilderAddCustomBlock Method (String, Int16) |
Add a custom block containing short data.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void AddCustomBlock(
string name,
short[] data
)
Sub AddCustomBlock (
name As String,
data As Short()
)
void AddCustomBlock(
String^ name,
array<short>^ data
)
abstract AddCustomBlock :
name : string *
data : int16[] -> unit
Parameters
- name
- Type: SystemString
- data
- Type: SystemInt16
See Also