RenderAreaGetConnection Method (UInt32) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.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 Connection
Return Value
Type:
Connectiona pointer to the connection if the index exists, otherwise returns NULL.
Remarks
See Also