AxesAlongTerrainPosition Property |
Gets or sets the point specifying the motion over the surface of the
Terrain.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
PointSee Also