Implements an eight pattern which can be used to scan a specific point.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ScanPoint : Leg
Visual Basic
Public Class ScanPoint _
	Inherits Leg
Visual C++
public ref class ScanPoint : public Leg

Inheritance Hierarchy

System..::..Object
  FlightPlan..::..Leg
    FlightPlan..::..ScanPoint

See Also