ActiveField™ Help    

Main QuickField Site  

Free Downloads  

Contacts  

ActiveField Technology
What's New
Objects Overview
Hierarchy Chart
How to Start: Application Object
How to work with Problems
How to work with Model
How to work with Data
How to Analyze Results

Objects

Properties

Methods

Parametric Simulation Samples

TabulateNumber Method

TabulateNumber Method

                          

Summary

Adds new rows to the table by tabulating the contour with a given number of points.

Syntax

Rows.TabulateNumber (
  [Number As Long],                     '
  [eachSegment As Boolean] )            '

Parameters

Number
[in] Long
eachSegment
[in] Boolean

Remarks

The TabulateNumber method removes all rows from the table and then adds new rows by tabulating the contour with a given number of points, specifying by the Number parameter. The eachSegment flag, if given as TRUE, specifies that each contour segment rather than the whole contour will be tabulated with a Number of points.