| DfsFactoryCreateCustomBlock Method (String, Array) | 
            Create a custom block, with the provided name and data.
            
            The arrayData must be an array of type float, double, byte, int, uint, short or ushort
            
 
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 IDfsCustomBlock CreateCustomBlock(
	string name,
	Array arrayData
)
Public Function CreateCustomBlock ( 
	name As String,
	arrayData As Array
) As IDfsCustomBlock
public:
IDfsCustomBlock^ CreateCustomBlock(
	String^ name, 
	Array^ arrayData
)
member CreateCustomBlock : 
        name : string * 
        arrayData : Array -> IDfsCustomBlock 
Parameters
- name
 - Type: SystemString
 - arrayData
 - Type: SystemArray
 
Return Value
Type: 
IDfsCustomBlock
See Also