The MaxHeight property returns or sets the prism map maximum height value. Returns a double.
Syntax
object.MaxHeight
object.MaxHeight = MaxHeight
Parameter |
Type |
Description |
MaxHeight |
Double |
required; in page units |
Example 1
This example returns the maximum height value.
Debug.Print PrismMap.MaxHeight
Example 2
This example sets the maximum height to 1.25.
PrismMap.MaxHeight = 1.25
Used by: PrismMap object