ConnectionParametersGetKey Method |
Gets the key associated with an index.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetKey(
int index
)
Public Function GetKey (
index As Integer
) As String
public:
String^ GetKey(
int index
)
member GetKey :
index : int -> string
Parameters
- index
- Type: SystemInt32
: the parameter index. Range id [0..getNumParameters - 1]
Return Value
Type:
Stringthe key if the index exists, otherwise returns an empty string.
Remarks See Also