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