ConfigurableProfileHeightReferenceSurface Property |
Gets the reference terrain surface from which the height is measured.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract TerrainProvider HeightReferenceSurface { get; }
Public MustOverride ReadOnly Property HeightReferenceSurface As TerrainProvider
Get
public:
virtual property TerrainProvider^ HeightReferenceSurface {
TerrainProvider^ get () abstract;
}
abstract HeightReferenceSurface : TerrainProvider with get
Property Value
Type:
TerrainProviderSee Also