LastZ Property

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

Syntax

object.LastZ

object.LastZ = LastZ

 

Parameter Type Description
LastZ Double required

 

Example

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

SurfaceFunctionMap.LastZ = 45

 

Used by: AutoSurfaceFuncMap object, AutoContourFuncMap object