Interface ICalculatorExEvents

Interface for Calculator events.

Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
[Guid("B4B78AC5-96AE-477B-9CB2-EDAA4C8CA224")]
public interface ICalculatorExEvents

Methods

Name Description
CalculatingError(CalcErrorType, uint, string, string, string, uint, ref CalcStatus)

Calculating error event

CalculatingProgress(CalcProgressEvent, uint, string, ref CalcStatus)

Calculating progress event

UndefinedVariable(string, out string)

Undefined variable event

UndefinedVariable2(string, out string, out string)

Undefined variable event

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next