ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

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

TabulateNumber Method

Applies to

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.