SetGridSize

 

The SetGridSize method sets the grid size for gradient map gridding.

 

Syntax

object.SetGridSize( Row,Col )

 

Parameter

Type

Description

Row

Integer

required; number of nodes in the Y direction

Col

Integer

required; number of nodes in the X direction

 

Example

    'SetGridSize

    'Set the size of the grid to 100 X nodes and 50 Y nodes

    GradientMap.SetGridSize(Row:=50, Col:=100)

 

Used by: GradientMap object