Click or drag to resize

IDfsCustomBlockT Interface

Typed generic version of IDfsCustomBlock

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<T> : IDfsCustomBlock

Type Parameters

T

The IDfsCustomBlockT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of elements in custom block
(Inherited from IDfsCustomBlock.)
Public propertyItem
Custom block value getter and setter.

You can update the custom block data by setting values directly in the array.

Public propertyName
Name of custom block.
(Inherited from IDfsCustomBlock.)
Public propertySimpleType
Type of the data stored in the custom block.
(Inherited from IDfsCustomBlock.)
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.
(Inherited from IDfsCustomBlock.)
Top
See Also