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






Windows & Linux

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 * pRetVal
);
public: HRESULT put_EnableAuxDb(
   VARIANT_BOOL NewEnableAuxDb
);
[Java]
public bool getEnableAuxDb();public void setEnableAuxDb(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.