STK AgStkPluginSend comments on this topic.
InstallDirectory Property (IAgStkPluginSite)
See Also
Windows





Windows & Linux

Description

The directory path of the installation of the application.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property InstallDirectory() As String
[C#]
public string InstallDirectory {get;}
[Managed C++]
public: __property String __gc ^ get_InstallDirectory();
[Unmanaged C++]
public: HRESULT get_InstallDirectory(
    BSTR * pDirPath
);
[Java]
public String getInstallDirectory();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.