Click or drag to resize
IDfsCustomBlockTItem Property
Custom block value getter and setter.

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

Namespace: DHI.Generic.MikeZero.DFS
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 17.0.0.0 (11.1.1.1111)
Syntax
T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: T
See Also