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 * pVal
);
public: HRESULT put_CommandingTime(
double CommandingTime
);
|
[Java] |
---|
public double getCommandingTime();
public void setCommandingTime(
double
);
|
See Also