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






Windows & Linux

Description

If true, components or segments that are modified by a target sequence will be restored to their nominal values as soon as the target sequence completes its run; otherwise, modified items will not be restored to nominal values until the entire MCS completes its run.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseNominalSettings();
public: __property void set_UseNominalSettings(
bool
);

[Unmanaged C++]
public: HRESULT get_UseNominalSettings(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseNominalSettings(
VARIANT_BOOL NewUseNominalSettings
);

[Java]
public bool getUseNominalSettings();public void setUseNominalSettings(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface