Description
Enable the auxiliary database.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnableAuxDb() As Boolean
|
| [C#] |
|---|
public bool EnableAuxDb {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnableAuxDb(); public: __property void set_EnableAuxDb(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnableAuxDb(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableAuxDb(
VARIANT_BOOL pVal
);
|
| [Java] |
|---|
public bool getEnableAuxDb();
public void setEnableAuxDb(
bool
);
|
| [Python - STK API] |
|---|
@property
def EnableAuxDb(self) -> bool:
@EnableAuxDb.setter
def EnableAuxDb(self, pVal:bool) -> None:
|
See Also