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