BaseElevation Property
BaseElevation returns or sets the wireframe base elevation. Returns a double.
Syntax
object.BaseElevation
object. BaseElevation = Elevation
Parameter |
Type |
Description |
Elevation |
Double |
required |
Example 1
This example demonstrates how to return the base elevation value of a wireframe.
Debug .Print Wireframe.BaseElevation
Example 2
This example demonstrates how to set the base elevation of a wireframe to a value of 20.
Wireframe.BaseElevation = 20
Used by: Wireframe object