AGI STK Objects 11Send comments on this topic.
BaseDirectory Property (IAgStkPreferencesVDF)
See Also
Windows






Windows & Linux

Description

Base Directory where VDF file is extracted.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseDirectory() As String
[C#]
public string BaseDirectory {get; set;}
[Managed C++]
public: __property String __gc ^ get_BaseDirectory();
public: __property void set_BaseDirectory( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_BaseDirectory(
    BSTR * pVal
);
public: HRESULT put_BaseDirectory(
    BSTR BaseDir
);
[Java]
public String getBaseDirectory();
public void setBaseDirectory(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.