AxesFromBankAnglePosition 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: 23.1.416.0 (23.1.416.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