NRows Property [AutoSurfaceFuncMap, AutoContourFuncMap]

The NRows property returns or sets how many Z values are to be generated starting with FirstZ and ending with LastZ for the function map to evaluate. Returns a Long.

Syntax

object.NRows

object.NRows = NRows

 

Parameter Type Description
NRows Long required

  

Example

This example shows how to set the number of rows in a surface function map.

SurfaceFunctionMap.NRows = 100

 

Used by: AutoSurfaceFuncMap object, AutoContourFuncMap object