IDfsFileBuilderAddCustomBlock Method (String, Double) |
Add a custom block containing double 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)
Syntaxvoid AddCustomBlock(
string name,
double[] data
)
Sub AddCustomBlock (
name As String,
data As Double()
)
void AddCustomBlock(
String^ name,
array<double>^ data
)
abstract AddCustomBlock :
name : string *
data : float[] -> unit
Parameters
- name
- Type: SystemString
- data
- Type: SystemDouble
See Also