Returns the eProvider value that corresponds to the eProvider array index
Namespace: WaterSimDCDCAssembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)
Syntax
| C# |
|---|
public static eProvider provider( int index ) |
| Visual Basic |
|---|
Public Shared Function provider ( _ index As Integer _ ) As eProvider |
Parameters
- index
- Type: System..::..Int32
index for eProvider
Return Value
a valid eProvider value
Exceptions
| Exception | Condition |
|---|---|
| WaterSimDCDC..::..WaterSim_Exception | if not a valid index |