IDfsCustomBlockItem 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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax Object this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As Object
Get
Set
property Object^ default[int index] {
Object^ get (int index);
void set (int index, Object^ value);
}
abstract Item : Object with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ObjectSee Also