RenderAreaGetConnection Method (String) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Connection GetConnection(
string id
)
Public Function GetConnection (
id As String
) As Connection
public:
Connection^ GetConnection(
String^ id
)
member GetConnection :
id : string -> Connection
Parameters
- id
- Type: SystemString
: ID identifying the OIV.RemoteViz.Rendering.Connection
Return Value
Type:
Connectionthe connection object if the id exists, otherwise returns null.
Remarks See Also