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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.