AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_AuxDb(
   BSTR NewAuxDb
);
[Java]
public String getAuxDb();public void setAuxDb(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.