AGI STK Astrogator 11 Send comments on this topic.
EnableLogging Property (IAgVAMCSOptions)
See Also 
Windows






Windows & Linux

Description

If true, target sequences can be set to produce 'run history' log files for differential corrector profiles. By default, a target sequence does not produce a log file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableLogging() As Boolean

[C#]
public bool EnableLogging {get; set;}

[Managed C++]
public: __property bool get_EnableLogging();
public: __property void set_EnableLogging(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableLogging(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableLogging(
VARIANT_BOOL NewEnableLogging
);

[Java]
public bool getEnableLogging();public void setEnableLogging(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface