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






Windows & Linux

Description

Shows the Software License Agreement dialog if not already accepted.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowSLAIfNotAccepted() As Boolean
[C#]
public bool ShowSLAIfNotAccepted {get; set;}
[Managed C++]
public: __property bool get_ShowSLAIfNotAccepted();
public: __property void set_ShowSLAIfNotAccepted( bool );
[Unmanaged C++]
public: HRESULT get_ShowSLAIfNotAccepted(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowSLAIfNotAccepted(
    VARIANT_BOOL newVal
);
[Java]
public bool getShowSLAIfNotAccepted();
public void setShowSLAIfNotAccepted(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.