Search
Graphics.EngineType Property
See Also
 



Gets a value indicating the currently used graphics engine.

 Syntax

VB6  Copy Code

Public Property Get EngineType() As EGraphicsEngine

C++  Copy Code

public:
EGraphicsEngine get_EngineType ()

 Property Value

A member of the EGraphicsEngine enumeration. The default is geClassic.

 Remarks

That is the last engine that has been started-up successfully via the StartUp method.

 See Also