Click or drag to resize
ISimConnectWrapperSetDataOnSimObject Method
Wraps a call to SetDataOnSimObject.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetDataOnSimObject(
	Enum defineID,
	uint objectID,
	int flags,
	Object data
)

Parameters

defineID
Type: SystemEnum
objectID
Type: SystemUInt32
flags
Type: SystemInt32
data
Type: SystemObject
See Also