Determines of index is a valid eProvider array index

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

Syntax

C#
public static bool valid(
	int index
)
Visual Basic
Public Shared Function valid ( _
	index As Integer _
) As Boolean

Parameters

index
Type: System..::..Int32
an index to check

Return Value

true if valid, otherwise false

See Also