ConnectionParametersGetIndex Method |
Gets the index associated with a key.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetIndex(
string key
)
Public Function GetIndex (
key As String
) As Integer
public:
int GetIndex(
String^ key
)
member GetIndex :
key : string -> int
Parameters
- key
- Type: SystemString
Return Value
Type:
Int32the index if the key exists, otherwise returns -1.
Remarks See Also