MinHeight Property [PrismMap]

 

MinHeight returns or sets the prism map minimum height value. Returns a double.

 

Syntax

object.MinHeight

object.MinHeight = MinHeight

 

Parameter

Type

Description

MinHeight

Double

required; in page units

 

Example 1

This example returns the minimum height for a prism map.

 

Debug.Print PrismMap.MinHeight

 

Example 2

This example sets the minimum height to 0.1.

 

PrismMap.MinHeight=0.1

 

Used by: PrismMap object