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