Home > All Other Interfaces > ITerrainModifier > ElevationBehavior
An enum that determines the elevation behavior.The following are the possible values:
§ EB_REPLACE = 0
Replaces the area defined by the modified terrain with the selected
altitude value.
§ EB_BELOW = 1
Replaces all elevation values that are lower than the selected
elevation value with the selected altitude value.
§ EB_ABOVE = 2
Replaces all elevation values that are higher than the selected
elevation value with the selected altitude value.
JavaScript |
|
|
|
|
|
C# |
|
|
|
|
|
C++ |
|
|
|
|
|