IDfsFileBuilderAddCustomBlock Method (String, UInt32) |
Add a custom block containing uint 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,
uint[] data
)
Sub AddCustomBlock (
name As String,
data As UInteger()
)
void AddCustomBlock(
String^ name,
array<unsigned int>^ data
)
abstract AddCustomBlock :
name : string *
data : uint32[] -> unit
Parameters
- name
- Type: SystemString
- data
- Type: SystemUInt32
See Also