LastX Property
The LastX property returns or sets the last X value the function map is to evaluate. Returns a Double.
Syntax
object.LastX
object.LastX = LastX
Parameter | Type | Description |
LastX | Double | required |
Example
This example shows how to set the last X value for a function map.
SurfaceFunctionMap.LastX = 20
Used by: AutoSurfaceFuncMap object, AutoContourFuncMap object