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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1