Click or drag to resize
IPolarPlotterInitialise Method (Double, Double, Int32, Int32, Int32, Int32)
Initialises the plotter with custom slice dimensions.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Initialise(
	double latitude,
	double longitude,
	int lowSliceAltitude,
	int highSliceAltitude,
	int sliceHeight,
	int roundToDegrees
)

Parameters

latitude
Type: SystemDouble
The latitude to measure distances from.
longitude
Type: SystemDouble
The longitude to measure distances from.
lowSliceAltitude
Type: SystemInt32
The lowest altitude to record distances for.
highSliceAltitude
Type: SystemInt32
The highest altitude to record distances for.
sliceHeight
Type: SystemInt32
The height in feet of each slice.
roundToDegrees
Type: SystemInt32
The number of degrees to round to.
See Also