Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Calculated point index.
The Remove method removes calculated point by its index from the collection.
The method returns True if the removal was successful.
To remove calculated point from the collection by its key, use the IPrxCalculatedPoints.RemoveByKey method.
The method use is given in the example for IPrxCalculatedPoint.CalculateValue.
See also: