SoGLContextIsSharedWith Method (SoGLContext) |
Returns true if the specified context and this context are shared.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool IsSharedWith(
SoGLContext context
)
Public Function IsSharedWith (
context As SoGLContext
) As Boolean
public:
bool IsSharedWith(
SoGLContext^ context
)
member IsSharedWith :
context : SoGLContext -> bool
Parameters
- context
- Type: OIV.Inventor.DevicesSoGLContext
Return Value
Type:
Booleantrue if the two contexts are shared.
Remarks
See Also