| DfsFactoryCreateCustomBlock Method | 
| Name | Description | |
|---|---|---|
| CreateCustomBlock(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  | |
| CreateCustomBlockT(String, T) | 
            Create a custom block, with the provided name and data.
              |