ConstantHeightProfileAllowVariationInHeight Property |
Gets or sets a value indicating whether to allow any variation in the height of the profile or whether
to maintain a constant height. By default, this value is true to allow the height to be
adjusted as necessary by surrounding profiles.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AllowVariationInHeight { get; set; }
Public Property AllowVariationInHeight As Boolean
Get
Set
public:
property bool AllowVariationInHeight {
bool get ();
void set (bool value);
}
member AllowVariationInHeight : bool with get, set
Property Value
Type:
BooleanSee Also