Reference to the STK X application object.
Read-only property
[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 ** ppApp ); |
[Java] |
---|
public AgSTKXApplication getApplication(); |
[Python - STK API ] |
---|
@property def Application(self) -> "AgSTKXApplication": |