DfsFactoryCreateCustomBlockT Method (String, T) |
Create a custom block, with the provided name and 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)
Syntaxpublic IDfsCustomBlock CreateCustomBlock<T>(
string name,
T[] data
)
Public Function CreateCustomBlock(Of T) (
name As String,
data As T()
) As IDfsCustomBlock
public:
generic<typename T>
IDfsCustomBlock^ CreateCustomBlock(
String^ name,
array<T>^ data
)
member CreateCustomBlock :
name : string *
data : 'T[] -> IDfsCustomBlock
Parameters
- name
- Type: SystemString
- data
- Type: T
Type Parameters
- T
- Must be an array of type float, double, byte, int, uint, short or ushort.
Return Value
Type:
IDfsCustomBlock
See Also