VerticalProfileOperator.BottomElevation Property
Gets or sets the elevation, above sea level, at the lower vertical limit of each vector feature from ElevationInput.
Syntax
public AttributeVariable< System.Double > BottomElevation { get; set; }
Property Value
Default: min
Elevation, above sea level, at the bottom of each vector feature from ElevationInput, expressed in the ElevationUnit.
Remarks
Vector features from ElevationInput can be points, lines or polygons. By default, it is only their z coordinates that determine their vertical extent, but this property can evaluate a lower vertical limit from the attributes of the vector features. If the property evaluates to its absurd default value, it will not be used: the output for input points and lines will then only depend on their z coordinates, while an input polygon will get its lower vertical limit from its smallest z coordinate.
Platforms
Windows, Linux, Android