SoGLContextGetContextFromSharedId Method |
Returns the first context that belongs to the specified sharedIdGroup.
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 GetContextFromSharedId(
int sharedIdGroup
)
Public Shared Function GetContextFromSharedId (
sharedIdGroup As Integer
) As SoGLContext
public:
static SoGLContext^ GetContextFromSharedId(
int sharedIdGroup
)
static member GetContextFromSharedId :
sharedIdGroup : int -> SoGLContext
Parameters
- sharedIdGroup
- Type: SystemInt32
The internal sharedIdGroup used to search for the context.
Return Value
Type:
SoGLContextThe first context that belongs to the specified sharedIdGroup.
Remarks See Also