SetPointAt Method
Modifies the location of the point at the given index to location specified.
Syntax
object.SetPointAt lIndex, pdispPoint
Properties
The SetPointAt method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
lIndex |
Long. The position of the point to modify. |
pdispPoint |
Object. The position to which to move the point. |
Remarks
A point is an OLE object specifying a point object to add to the list of existing data points. The point object has an (x, y) pair that contains the coordinate of the data point (see FixFloatPoint.)