FindByKey(Key: Integer): IPrxCalculatedPoint;
FindByKey(Key: uinteger): Prognoz.Platform.Interop.Report.IPrxCalculatedPoint;
Key. Calculated point key.
The FindByKey method searches calculated point in the collection by its key.
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: