FirstY Property

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

Syntax

object.FirstY

object.FirstY = FirstY

 

Parameter Type Description
FirstY Double required

 

Example

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

ContourFunctionMap.FirstY = 10

 

Used by: AutoContourFuncMap object