indexer for indexed array gets and sets

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public int this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Integer
	Get
	Set

Parameters

index
Type: System..::..Int32
index to array

Field Value

indexed Model Parameter value

Return Value

value in provider array for index

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif set and value viloates a range rule

See Also