AGI STK Objects 11 Send comments on this topic.
CommandingTime Property (IAgFmDefSystemResponseTime)
See Also 
Windows






Windows & Linux

Description

Amount of time in seconds required for transmission of the prepared command from the CommandStation to the assets.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_CommandingTime();
public: __property void set_CommandingTime(
double
);

[Unmanaged C++]
public: HRESULT get_CommandingTime(
double * pRetVal
);
public: HRESULT put_CommandingTime(
double NewCommandingTime
);

[Java]
public double getCommandingTime();public void setCommandingTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface