IDfsCustomBlock Interface |
Namespace: DHI.Generic.MikeZero.DFS
The IDfsCustomBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of elements in custom block
|
![]() | Item |
Custom block value getter and setter.
You can update the custom block data by setting values directly in the array. The type must match the SimpleType |
![]() | Name |
Name of custom block.
|
![]() | SimpleType |
Type of the data stored in the custom block.
|
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.
|