GetPointAt Method

Returns the point at the given index.

Syntax

object.GetPointAt(lIndex)

Properties

The GetPointAt method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

lIndex

Long. The index of the point you want returned.

Return Value

Object. An object of class FixFloatPoint, which contains the x and y coordinates.

Remarks

This function allows users to iterate through the data point array. The maximum index is determined by the number of data points in the object.

 

Example

Applies To