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