TerrainWarningOverlay.Position Property
Gets or sets the aircraft position the terrain warning is generated relative.
Syntax
public Point Position { get; set; }
Property Value
Default: X: 0.0 Y: 0.0 Z: 0.0
The aircraft position the terrain warning is generated relative.
Remarks
The x and y-coordinates are specified in the coordinate reference system of the view and the z-coordinate is always specified in meters.
Note that this property is ignored if an input operator is specified with the Input property. In this case, the view will read features from the input at the beginning of each update, and take the aircraft position from first point feature found.
Platforms
Windows, Linux, Android