STK X Send comments on this topic.
Application Property (AgUiAxGfxAnalysisCntrl)
See Also  Example





Description

Reference to the STK X application object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Application() As AgSTKXApplication

[C#]
public AgSTKXApplication Application {get;}

[Managed C++]
public: __property AgSTKXApplication^ get_Application();

[Unmanaged C++]
public: HRESULT get_Application(
AgSTKXApplication ** ppRetVal
);

[Java]
public AgSTKXApplication getApplication();

Example

[Visual Basic .NET] Copy Code
Dim WithEvents AGI.STKX.AgSTKXApplication
Set STKXApp = Me.AxAgUiAxGfxAnalysisCntrl1.Application

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1