AGI STK Objects 11 Send comments on this topic.
DefaultDir Property (IAgScGenDb)
See Also 





Description

The default directory of the database file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DefaultDir() As String

[C#]
public string DefaultDir {get; set;}

[Managed C++]
public: __property String __gc ^ get_DefaultDir();
public: __property void set_DefaultDir(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_DefaultDir(
BSTR * pRetVal
);
public: HRESULT put_DefaultDir(
BSTR NewDefaultDir
);

[Java]
public String getDefaultDir();public void setDefaultDir(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1