LastY Property

The LastY property returns or sets the last Y value the function map is to evaluate. Returns a Double.

Syntax

object.LastY

object.LastY = LastY

 

Parameter Type Description
LastY Double required

 

Example

This example shows how to set the last Y value for a function map.

ContourFunctionMap.LastY = 20

 

Used by: AutoContourFuncMap object