AxesFromBankAngle.Position Property |
Gets or sets the
Point representing the position of the platform and its derivatives.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point Position { get; set; }
Public Property Position As Point
Get
Set
public:
property Point^ Position {
Point^ get ();
void set (Point^ value);
}
member Position : Point with get, set
Property Value
Type:
Point
See Also