IPrxDataSource.Points

Syntax

Points: IPrxCalculatedPoints;

Description

The Points property returns calculated points of data source.

Comments

To get parent object of data source, use the IPrxDataSource.DataSource property.

Example

The example of use is given on the page with description of the IPrxCalculatedPoint.CalculateValue method.

See also:

IPrxDataSource