ICalculatorWindowHandle Property

Returns the Tedds calculator's main window handle

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
int WindowHandle { get; }

Property Value

Type: Int32
Main window handle
Remarks
The main Tedds calculator window is always hidden but acts as the parent window for all other windows displayed by the Tedds calculator. The window handle may be required to ensure that the Calculator process is brought to the foreground when the calling processes expects the Tedds calculator to show a user interface.
See Also