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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1