STK AstrogatorSend comments on this topic.
DataDirectory Property (IAgVAMarsGRAM2000)
See Also
Windows





Windows & Linux

Description

Path to the data directory.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DataDirectory() As String
[C#]
public string DataDirectory {get; set;}
[Managed C++]
public: __property String __gc ^ get_DataDirectory();
public: __property void set_DataDirectory( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_DataDirectory(
    BSTR * pVal
);
public: HRESULT put_DataDirectory(
    BSTR InVal
);
[Java]
public String getDataDirectory();
public void setDataDirectory(
    String
);
[Python - STK API ]
@property
def DataDirectory(self) -> str:

@DataDirectory.setter
def DataDirectory(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.