Description
Start engine with or without graphics (default: engine starts with graphics.).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property NoGraphics() As Boolean
|
| [C#] |
|---|
public bool NoGraphics {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_NoGraphics(); public: __property void set_NoGraphics( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_NoGraphics( VARIANT_BOOL * pRetVal ); public: HRESULT put_NoGraphics( VARIANT_BOOL NewNoGraphics );
|
| [Java] |
|---|
public bool getNoGraphics();public void setNoGraphics( bool );
|
See Also