| CommandRefreshRate Property |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Defines the desired execution rate for this command in seconds
Namespace:
BSI.MACE.AI.Commands
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public double RefreshRate { get; set; }
Public Property RefreshRate As Double
Get
Set
Property Value
Type:
DoubleImplements
ICommandRefreshRateRemarks MACE will ensure the command's Execute method is not invoked at a greater rate than specified by ExecutionRate
See Also