ISimConnectWrapperSetSystemEventState Method |
Wraps a call to SimConnect.SetSystemEventState.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SetSystemEventState(
Enum eventId,
bool on
)
Sub SetSystemEventState (
eventId As Enum,
on As Boolean
)
void SetSystemEventState(
Enum^ eventId,
bool on
)
abstract SetSystemEventState :
eventId : Enum *
on : bool -> unit
Parameters
- eventId
- Type: SystemEnum
- on
- Type: SystemBoolean
See Also