Click or drag to resize
ISimConnectWrapperAddToDataDefinition Method
Wraps a call to SimConnect.AddToDataDefinition.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddToDataDefinition(
	Enum defineId,
	string fieldName,
	string unitsName,
	int dataType,
	float epsilon,
	uint dataId
)

Parameters

defineId
Type: SystemEnum
fieldName
Type: SystemString
unitsName
Type: SystemString
dataType
Type: SystemInt32
epsilon
Type: SystemSingle
dataId
Type: SystemUInt32
See Also