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