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





Description

If true, a target sequence will be able to affect controls and results within a nested target sequence in addition to its own; otherwise, nested controls and results will be unavailable to the parent target sequence - with the exception of parameters defined for a Scripting Tool profile (which exist at the same logical level as the target sequence itself).

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_PromoteControls();
public: __property void set_PromoteControls(
bool
);

[Unmanaged C++]
public: HRESULT get_PromoteControls(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PromoteControls(
VARIANT_BOOL NewPromoteControls
);

[Java]
public bool getPromoteControls();public void setPromoteControls(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1