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