TerrainWarningOverlay.Input Property
Gets or sets the input operator used to read a point feature specifying the aircraft position.
Syntax
public Operator Input { get; set; }
Property Value
Default: null
The input operator used to read a point feature specifying the aircraft position..
Remarks
If this property is specified, the view will read features from the operator at the beginning of each update, and take the aircraft position from first point feature found. All other features will be ignored. If no point feature is retrieved, the terrain warning overlay will not be shown.
This can be convenient if you are also displaying the aircraft in the view: a single point feature representing the aircraft can be held in a MemoryDataSet that is shared by the layer displaying it and a ReadOperator attached to this property.
If this property is null, the aircraft position will be taken from the Position property instead.
Platforms
Windows, Linux, Android