RouteConnectionSurfaceShape Property  | 
 
            Gets or sets the reference surface to use when defining the surface geometry and heights above it.
            By default, this is the shape of the Earth taken from 
EarthCentralBody.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Ellipsoid SurfaceShape { get; set; }Public Property SurfaceShape As Ellipsoid
	Get
	Set
public:
property Ellipsoid^ SurfaceShape {
	Ellipsoid^ get ();
	void set (Ellipsoid^ value);
}member SurfaceShape : Ellipsoid with get, set
Property Value
Type: 
Ellipsoid
See Also