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





Windows & Linux

Description

The auxiliary database file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AuxDb() As String
[C#]
public string AuxDb {get; set;}
[Managed C++]
public: __property String __gc ^ get_AuxDb();
public: __property void set_AuxDb( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AuxDb(
    BSTR * pVal
);
public: HRESULT put_AuxDb(
    BSTR pVal
);
[Java]
public String getAuxDb();
public void setAuxDb(
    String
);
[Python - STK API ]
@property
def AuxDb(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.