STK ObjectsSend 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
);
[Python - STK API ]
@property
def BaseDirectory(self) -> str:

@BaseDirectory.setter
def BaseDirectory(self, BaseDir:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.