Click or drag to resize

IDfsCustomBlock Interface

A custom block is a (small) array of a certain type, identified by its Name

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDfsCustomBlock

The IDfsCustomBlock type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of elements in custom block
Public propertyItem
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

Public propertyName
Name of custom block.
Public propertySimpleType
Type of the data stored in the custom block.
Top
Methods
  NameDescription
Public methodToArray
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.
Top
See Also