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





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 * pRetVal
);
public: HRESULT put_BaseDirectory(
BSTR NewBaseDirectory
);

[Java]
public String getBaseDirectory();public void setBaseDirectory(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1