TerrainRepresentation Property
TerrainRepresentation returns or sets the terrain representation for a color relief layer. Returns a srfTerrainRepresentation.
Syntax
object. TerrainRepresentation
object. TerrainRepresentation = TerrainRepresentation
Parameter |
Type |
Description |
TerrainRepresentation |
required; the type of terrain representation used in the color relief layer: colors only, hill shaded, or reflectance |
Example 1
This example demonstrates how to return the terrain representation for a color relief layer.
Debug.Print ColorReliefLayer.TerrainRepresentation
Example 2
This example demonstrates how to apply hill shading to a color relief layer.
ColorReliefLayer.TerrainRepresentation = srfTerrainRepresentationHillShaded
Used by: ColorReliefLayer Object