STK ObjectsSend comments on this topic.
DefaultDb Property (IAgScGenDb)
See Also
Windows





Windows & Linux

Description

The default database file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DefaultDb() As String
[C#]
public string DefaultDb {get; set;}
[Managed C++]
public: __property String __gc ^ get_DefaultDb();
public: __property void set_DefaultDb( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_DefaultDb(
    BSTR * pVal
);
public: HRESULT put_DefaultDb(
    BSTR pVal
);
[Java]
public String getDefaultDb();
public void setDefaultDb(
    String
);
[Python - STK API ]
@property
def DefaultDb(self) -> str:

@DefaultDb.setter
def DefaultDb(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.