NCols Property [AutoSurfaceFuncMap, AutoContourFuncMap]

The NCols property returns or sets how many X values are to be generated starting with FirstX and ending with LastX for the function map to evaluate. Returns a Long.

Syntax

object.NCols

object.NCols = NCols

 

Parameter Type Description
NCols Long required

 

Example

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

SurfaceFunctionMap.NCols = 100

 

Used by: AutoSurfaceFuncMap object, AutoContourFuncMap object