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