| RenderAreaGetConnection Method (UInt32) | 
 
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic Connection GetConnection(
	uint index
)
Public Function GetConnection ( 
	index As UInteger
) As Connection
public:
Connection^ GetConnection(
	unsigned int index
)
member GetConnection : 
        index : uint32 -> Connection 
Parameters
- index
 - Type: SystemUInt32
: index identifying the OIV.RemoteViz.Rendering.Connection
 
Return Value
Type: 
Connectionthe connection object if the index exists, otherwise returns null. 
Remarks
See Also