ServiceGetClient Method (String) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic Client GetClient(
string id
)
Public Function GetClient (
id As String
) As Client
public:
Client^ GetClient(
String^ id
)
member GetClient :
id : string -> Client
Parameters
- id
- Type: SystemString
: ID identifying the client
Return Value
Type:
Clienta client pointer if the id exists, otherwise returns nullptr.
RemarksRange is [0..getNumClients - 1].
See Also