DfsBuilderAddCustomBlock 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)
Syntaxpublic void AddCustomBlock(
string name,
ushort[] data
)
Public Sub AddCustomBlock (
name As String,
data As UShort()
)
public:
virtual void AddCustomBlock(
String^ name,
array<unsigned short>^ data
) sealed
abstract AddCustomBlock :
name : string *
data : uint16[] -> unit
override AddCustomBlock :
name : string *
data : uint16[] -> unit
Parameters
- name
- Type: SystemString
- data
- Type: SystemUInt16
Implements
IDfsFileBuilderAddCustomBlock(String, UInt16)
See Also