AGI STK X 11Send comments on this topic.
NoGraphics Property (AgSTKXApplication)
See Also
Windows






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.