AGI STK Object Broker 11 Send comments on this topic.
AutoPromote Property (IAgStkBroker)
See Also 





Description

If true, allows the broker to automatically promote from an MTO track as it sees fit. If false, the Broker will only promote an entity when explicitly told to do so.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AutoPromote();
public: __property void set_AutoPromote(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoPromote(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoPromote(
VARIANT_BOOL NewAutoPromote
);

[Java]
public bool getAutoPromote();public void setAutoPromote(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1