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 * pVal
);
public: HRESULT put_NoGraphics(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getNoGraphics();
public void setNoGraphics(
bool
);
|
See Also