ConfigurableProfileInitialHeight Property |
Gets or sets the initial height of this profile above the reference surface.
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 double InitialHeight { get; set; }
Public MustOverride Property InitialHeight As Double
Get
Set
public:
virtual property double InitialHeight {
double get () abstract;
void set (double value) abstract;
}
abstract InitialHeight : float with get, set
Property Value
Type:
DoubleSee Also