IDfsFileBuilderAddCustomBlock Method (String, UInt16) |
Add a custom block containing ushort 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,
ushort[] data
)
Sub AddCustomBlock (
name As String,
data As UShort()
)
void AddCustomBlock(
String^ name,
array<unsigned short>^ data
)
abstract AddCustomBlock :
name : string *
data : uint16[] -> unit
Parameters
- name
- Type: SystemString
- data
- Type: SystemUInt16
See Also