SoGLFormatIsAvailable Method |
Returns true if this format is available on the system.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool IsAvailable()
Public Function IsAvailable As Boolean
public:
bool IsAvailable()
member IsAvailable : unit -> bool
Return Value
Type:
Boolean
Remarks
The display must be valid (see the setDisplay() function).
See Also