IPointSourceBoundariesItem Property |
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax IPointSourceBoundary this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IPointSourceBoundary
Get
Set
property IPointSourceBoundary^ default[int index] {
IPointSourceBoundary^ get (int index);
void set (int index, IPointSourceBoundary^ value);
}
Parameters
- index
- Type: SystemInt32
Index in list
Return Value
Type:
IPointSourceBoundaryIPointSourceBoundary at the index
See Also