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





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 * pRetVal
);
public: HRESULT put_AuxDb(
BSTR NewAuxDb
);

[Java]
public String getAuxDb();public void setAuxDb(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1