IDfsCustomBlockT Interface | 
Namespace: DHI.Generic.MikeZero.DFS
The IDfsCustomBlockT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
            Number of elements in custom block
              (Inherited from IDfsCustomBlock.) | |
| Item | 
            Custom block value getter and setter. 
             You can update the custom block data by setting values directly in the array.  | |
| Name | 
            Name of custom block.
              (Inherited from IDfsCustomBlock.) | |
| SimpleType | 
            Type of the data stored in the custom block.
              (Inherited from IDfsCustomBlock.) | 
| Name | Description | |
|---|---|---|
| ToArray | 
            Return data as an array. This may return a reference to
            an existing array, but it may also copy the values to
            a new array.
              (Inherited from IDfsCustomBlock.) |