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






Windows & Linux

Description

Rate, in seconds, at which the Broker command processing cycle will attempt to process commands.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoProcessRate() As Double

[C#]
public double AutoProcessRate {get; set;}

[Managed C++]
public: __property double get_AutoProcessRate();
public: __property void set_AutoProcessRate(
double
);

[Unmanaged C++]
public: HRESULT get_AutoProcessRate(
double * pRetVal
);
public: HRESULT put_AutoProcessRate(
double NewAutoProcessRate
);

[Java]
public double getAutoProcessRate();public void setAutoProcessRate(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface