SoGLContextGetContextFromId Method |
Returns the context corresponding to an internal id.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoGLContext GetContextFromId(
int id
)
Public Shared Function GetContextFromId (
id As Integer
) As SoGLContext
public:
static SoGLContext^ GetContextFromId(
int id
)
static member GetContextFromId :
id : int -> SoGLContext
Parameters
- id
- Type: SystemInt32
The internal id used to search for the context.
Return Value
Type:
SoGLContextThe context which has the specified id.
Remarks See Also