ICalcAlgorithm.FindWxShapeByCalcObject

Syntax

FindWxShapeByCalcObject(CalcObj: ICalcObject): IWxShape;

None;

Parameters

CalcObj. Calculation algorithm object.

Description

The FindWxShapeByCalcObject method returns the specified calculation algorithm object as a shape.

Comments

The method can be used if calculation algorithm object display format is changed on the working area.

See also:

ICalcAlgorithm