| IDfsFileBuilderAddCustomBlock Method (String, Array) | 
            Adds a custom block containing the array data.
            
            The type of arrayData must be an array of type 
            equivalent to one of the supported DfsSimpleType, e.g. int[].
            
 
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,
	Array arrayData
)
Sub AddCustomBlock ( 
	name As String,
	arrayData As Array
)
void AddCustomBlock(
	String^ name, 
	Array^ arrayData
)
abstract AddCustomBlock : 
        name : string * 
        arrayData : Array -> unit 
Parameters
- name
 - Type: SystemString
 - arrayData
 - Type: SystemArray
 
See Also