Click or drag to resize

IDfsCustomBlock.Item Property

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

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
Object this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32

Property Value

Type: Object
See Also